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.FillingAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic int NumberOfPoints { get; set; }
Property Value
Int32
See Also