ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
True to indicate that the renderer should continue processing this node and subnodes.
In a derived class allows to implement custom logic to be executed before the rendering starts.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- parameter
- Type: ILNumerics.DrawingRenderParameter
The current render parameters. Maintaining this is a common task for BeginVisit(RenderParameter) function overrides.
Return Value
Type: BooleanTrue to indicate that the renderer should continue processing this node and subnodes.
Remarks
[ILNumerics Visualization Engine]
See Also