Click or drag to resize

QuadraticCurveToMetafileCommandGetTransformedLength Method

Returns the length of the transformed vector.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override double? GetTransformedLength(
	dmat4 transformation
)

Parameters

transformation  dmat4
The transformation of the job element.

Return Value

NullableDouble
Length of the transformed vector.
See Also