Click or drag to resize

VectorGraphicEngine.GetPointCount Method

Returns the number of points ( eg poly line points or bezier control points ) used by all layers.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public override long GetPointCount()

Return Value

Int64
Number of points.
See Also