In This Topic
The following tables list the members exposed by NCanvas.
Public Constructors
Public Fields
Protected Methods
| Name | Description |
 | OnPostPaint | Overridden. Called when the node must be post painted. This implementation raises the PostPaintEvent |
 | OnPrePaint | Overridden. Called when the node must be pre painted. This implementation raises the PrePaintEvent |
Top
Public Events
| Name | Description |
 | PostPaint | Event, which occurs after the painting of the node children. |
 | PrePaint | Event, which occurs before the painting of the node children. |
Top
See Also