ILNumerics Ultimate VS

LegendItemBeginVisit Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
In a derived class this method will be called before the renderer begins visiting this node.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
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 RenderParameters.

Return Value

Type: Boolean
False to signal the renderer to cancel processing of this node for the current renderer pass (early exit).
Remarks

[ILNumerics Visualization Engine]

See Also

Reference