Click or drag to resize

BezierArithmeticGetTFromLength Method

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


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static double GetTFromLength(
	double length,
	BaseMetafileCommand command,
	double delta
)

Parameters

length  Double

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

command  BaseMetafileCommand

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

delta  Double

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

Return Value

Double

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

See Also