ILNumerics Ultimate VS

FastSurfaceBeginVisit Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Method that is called in the beginning of the rendering process to interpolate the input parameter Z and the corresponding arrays X and Y according to the current view.

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

protected override bool BeginVisit(
	RenderParameter parameter
)

Parameters

parameter
Type: ILNumerics.DrawingRenderParameter
contains renderer parameters.

Return Value

Type: Boolean
Remarks

[ILNumerics Drawing2 Toolbox]

See Also

Reference