Click or drag to resize
CanvasControl Events

The CanvasControl type exposes the following members.

Events
  NameDescription
Public eventCreateResources
Hook this event to create any resources needed for your drawing.
Public eventDraw
This is where the magic happens! Hook this event to issue your immediate mode 2D drawing calls.
Top
See Also