Click or drag to resize

BasePolyLineMetafileCommandPoints Property

The points of the polyline. The starting point is the end point of the last command.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IList<dvec3> Points { get; }

Property Value

IListdvec3
See Also