Click or drag to resize

BasePolyLineMetafileCommandDoAddPoints Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.DoAddPoints(System.Collections.Generic.IEnumerable{GlmSharp.dvec3})"]


Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
protected BasePolyLineMetafileCommand DoAddPoints(
	IEnumerable<dvec3> points
)

Parameters

points  IEnumerabledvec3

[Missing <param name="points"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.DoAddPoints(System.Collections.Generic.IEnumerable{GlmSharp.dvec3})"]

Return Value

BasePolyLineMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.DoAddPoints(System.Collections.Generic.IEnumerable{GlmSharp.dvec3})"]

See Also