Click or drag to resize

PolyLineMetafileCommandAddPoint Method

Adds a point to the polyline.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public PolyLineMetafileCommand AddPoint(
	dvec3 point
)

Parameters

point  dvec3
Point to add.

Return Value

PolyLineMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.PolyLineMetafileCommand.AddPoint(GlmSharp.dvec3)"]

See Also