ILNumerics Ultimate VS

CameraBeginVisit Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

protected override bool BeginVisit(
	RenderParameter parameter
)

Parameters

parameter
Type: ILNumerics.DrawingRenderParameter
The current render parameters. Maintaining this is a common task for BeginVisit(RenderParameter) function overrides.

Return Value

Type: Boolean
True to indicate that the renderer should continue processing this node and subnodes.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference