ILNumerics Ultimate VS

FillAreaBorder Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Provides a reference to the border of FillArea.

[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 LineStrip Border { get; }

Property Value

Type: LineStrip
Remarks

The Border property allows direct access to the line, partly defining the fill area of FillArea. It allows all configurations valid for general shapes, including access to the rendering Buffers, like the Positions and Colors buffers, the solid Color property and all mouse event.

High level functions of FillArea modify internal data and therefore also the internal line strip shape. Since Border provides direct access to this shape, users must take care of potentially conflicting changes to the Border, caused by manual changed and by changes due to the Update(InArraySingle, NullableSingle) function.

[ILNumerics Drawing2 Toolbox]

See Also

Reference