PolyLineMetafileCommandAddPoints Method |
Adds a range of points to the polyline.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic PolyLineMetafileCommand AddPoints(
IEnumerable<dvec3> points
)
Parameters
- points IEnumerabledvec3
- Points to add.
Return Value
PolyLineMetafileCommand[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.PolyLineMetafileCommand.AddPoints(System.Collections.Generic.IEnumerable{GlmSharp.dvec3})"]
See Also