NRenderContext Class Members
In This Topic
The following tables list the members exposed by NRenderContext.
Public Constructors
Public Fields
| Name | Description |
 | Bounds | The bounds into which painting will occur. |
 | ClipBounds | The clip bounds. |
 | CurrentSkin | The NSkin instance currently used to visualize GUI elements. |
 | Graphics | The graphics object to be used by the drawing operation. |
Top
Public Properties
| Name | Description |
 | IsValid | Determines whether the context is valid and might be used by a renderer. |
Top
Public Methods
| Name | Description |
 | Reset | Resets the context to its infinite state. |
Top
See Also