Click or drag to resize

BasePolyLineMetafileCommand.Points 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.20.0
Syntax
C#
public IList<dvec3> Points { get; }

Property Value

IList<dvec3>
See Also