AffineTransform.Scale

AffineTransform.Scale property

Gets the scale.

public Vector3 Scale { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionWhen the internal representation is a Matrix and cannot be decomposed.

See Also