Table of Contents

Property Widths

Namespace
VectorDraw.Professional.vdFigures
Assembly
VectorDraw.Professional.dll

Widths

Get/Set the widths of the vdPolyline object used when SPlineFlag is not SFlagSTANDARD.

public DoubleArray Widths { get; set; }

Property Value

DoubleArray

Remarks

Default value new empty double array and the PenWidth is used for all segments. The length of the array can be 0 in case of no with or equal to VertexList length x 2 and every 2 of them are start and end width of each segment. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.