EllipseToMetafileCommandGetTransformedLength Method | 
            Returns the length of the transformed vector.
            
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
Syntaxpublic override double? GetTransformedLength(
	dmat4 transformation
)
Parameters
- transformation  dmat4
 - The transformation of the job element.
 
Return Value
NullableDoubleLength of the transformed vector.
See Also