ILNumerics Ultimate VS

NodeBeginVisit Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
handle transformations before visiting the node

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

protected virtual bool BeginVisit(
	RenderParameter parameter
)

Parameters

parameter
Type: ILNumerics.DrawingRenderParameter
render parameter instance

Return Value

Type: Boolean
true if the node requires further processing, false: skip this node for the current rendering attempt
Remarks

[ILNumerics Visualization Engine]

See Also

Reference