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