System.Html.CanvasElement.ToDataURL C# (CSharp) Méthode

ToDataURL() public méthode

public ToDataURL ( string type, object encoderOptions ) : string
type string
encoderOptions object
Résultat string
        public string ToDataURL(string type, object encoderOptions)
        {
            return null;
        }

Same methods

CanvasElement::ToDataURL ( ) : string