Click or drag to resize

VectorGraphicFillingProfileNumberOfPoints Property

This value is used when commands are converted into polylines. It controls how many points the resulting polyline will have. In a second step the number of polylines are reduced be removing straight points; in this second step CollinearityDistance is used.

Namespace: RAYLASE.Marker.VectorGraphicElement.Filling
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public int NumberOfPoints { get; set; }

Property Value

Int32
See Also