Click or drag to resize

BezierArithmeticGetLength Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetLength(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,System.Int32)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static double GetLength(
	BaseMetafileCommand command,
	int segments = 10
)

Parameters

command  BaseMetafileCommand

[Missing <param name="command"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetLength(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,System.Int32)"]

segments  Int32  (Optional)

[Missing <param name="segments"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetLength(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BezierArithmetic.GetLength(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,System.Int32)"]

See Also