HTMLCanvasElementToDataURL Method |
Name | Description | |
---|---|---|
ToDataURL |
returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
The returned image is in a resolution of 96 dpi.
| |
ToDataURL(String) |
returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
The returned image is in a resolution of 96 dpi.
| |
ToDataURL(String, Double) |
returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
The returned image is in a resolution of 96 dpi.
|