The CanvasControl class represents a wrapper class for the HTML5 Canvas element.
The following tables list the members exposed by the CanvasControl type.
Name | Description | |
---|---|---|
Initializes a new instance of the CanvasControl class. |
Name | Description | |
---|---|---|
Returns a reference to the control's DOM element. (Inherited from Control.) |
||
Gets or sets whether mouse events are enabled. (Inherited from Control.) |
||
Gets or sets the location of the license key file. (Inherited from Control.) |
||
Gets the unit of measure used for logical coordinates. |
Name | Description | |
---|---|---|
Registers a single event listener on the instance. (Inherited from Disposable.) |
||
Adds an event listener to a DOM element. (Inherited from Control.) |
||
Removes all event listeners from a DOM element. (Inherited from Control.) |
||
Transforms a point from client to document coordinates. |
||
Transforms a point from document to client coordinates. |
||
Constructs a JavaScript object from a JSON string. (Inherited from Control.) |
||
Raises an event. (Inherited from Disposable.) |
||
Registers an onsubmit handler for the Control's parent html form to flush postback data. (Inherited from Control.) |
||
Removes a single event listener attached to the instance. (Inherited from Disposable.) |
||
Converts a JavaScript object to a JSON string. (Inherited from Control.) |