System.Html.CanvasElement.ToDataURL C# (CSharp) Method

ToDataURL() public method

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

Same methods

CanvasElement::ToDataURL ( ) : string