The Canvas class represents a wrapper class for the HTML5 Canvas element.
The following tables list the members exposed by the Canvas type.
Name | Description | |
---|---|---|
Initializes a new instance of the Canvas class. |
Name | Description | |
---|---|---|
The object's bounds. |
||
The unit of measure used for logical coordinates. |
||
The zoom factor used to scale up or down the drawing. |
Name | Description | |
---|---|---|
Transforms a point from client to document coordinates. |
||
Creates and initializes a new Canvas from the specified element. This method is static and can be called without creating an instance of the class. |
||
Overrides Component.Dispose |
||
Transforms a point from document to client coordinates. |
||
Gets the underlying Canvas element's bounds. |
||
Gets the URL of the diagram's license file. |
||
Gets the unit of measure used for logical coordinates. |
||
Gets a threshold value that hides text if scaled font sizes become smaller. |
||
Gets the zoom factor. |
||
Sets the underlying Canvas element's bounds. |
||
Sets the URL of the diagram's license file. |
||
Sets the unit of measure used for logical coordinates. |
||
Sets a threshold value that hides text if scaled font sizes become smaller. |
||
Sets the zoom factor. |