MicroVectorMetafileCommandAddPoint Method |
Adds a point to the polyline.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic MicroVectorMetafileCommand AddPoint(
dvec3 point
)
Parameters
- point dvec3
- Point to add.
Return Value
MicroVectorMetafileCommand[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.AddPoint(GlmSharp.dvec3)"]
See Also