Click or drag to resize

MicroVectorMetafileCommandAddPoint Method

Adds a point to the polyline.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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