BasePolyLineMetafileCommandPoints Property |
The points of the polyline. The starting point is the end point of the last command.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic IList<dvec3> Points { get; }
Property Value
IListdvec3
See Also