Click or drag to resize

MicroVectorMetafileCommandDoSplitByLength Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.DoSplitByLength(System.Double,GlmSharp.dmat4)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected override (BaseMetafileCommand Command0, BaseMetafileCommand Command1) DoSplitByLength(
	double length,
	dmat4 transformation
)

Parameters

length  Double

[Missing <param name="length"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.DoSplitByLength(System.Double,GlmSharp.dmat4)"]

transformation  dmat4

[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.DoSplitByLength(System.Double,GlmSharp.dmat4)"]

Return Value

ValueTupleBaseMetafileCommand, BaseMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.DoSplitByLength(System.Double,GlmSharp.dmat4)"]

See Also