Search
Canvas Methods
 


 Public Methods

  Name Description

addEventListener

Registers a single event listener on the instance. (Inherited from Disposable.)

dispose

Overrides Disposable.dispose

invalidate

Invalidates the canvas or a region of the canvas, causing it to be repainted.

raiseEvent

Raises an event. (Inherited from Disposable.)

removeEventListener

Removes a single event listener attached to the instance. (Inherited from Disposable.)

repaint

Repaints the canvas.

 See Also