Click or drag to resize
DigitalRuneSrtTransformHasScale Property
Gets a value indicating whether the scale is not (1, 1, 1). (Using a numerical tolerant comparison, see Numeric.)

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool HasScale { get; }

Property Value

Type: Boolean
if the scaling factor in any direction is not 1; otherwise, .
See Also