ILNumerics Ultimate VS

SmoothSurfacePointsOriginal Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Access to the Points shape used for displaying the original data points, if DrawPoints is true.

[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

public Points PointsOriginal { get; }

Property Value

Type: Points
Remarks

The underlying points shape stores the original, scattered points used for interpolation.

Access to this shape must be limited to the configuration of visual properties! Do not change the Positions of the points! This would bring the SmoothSurface into inconsistent state! In order to change the orinial points a new SmoothSurface must be created.

[ILNumerics Drawing2 Toolbox]

See Also

Reference