Share via


AnimationSet.GetScaleRotateTranslate(Double,Int32) Method (Microsoft.DirectX.Direct3D)

Retrieves the scale, rotate, and translate (SRT) values of an animation set.

Definition

Visual Basic Public Function GetScaleRotateTranslate( _
    ByVal periodicPosition As Double, _
    ByVal animation As Integer _
) As ScaleRotateTranslate
C# public ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
C++ public:
ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
JScript public function GetScaleRotateTranslate(
    periodicPosition : double,
    animation : int
) : ScaleRotateTranslate;

Parameters

periodicPosition System.Double
Position of the animation set; can be obtained by calling GetPeriodicPosition.
animation System.Int32
Animation index.

Return Value

Microsoft.DirectX.Direct3D.ScaleRotateTranslate
Returns a ScaleRotateTranslate structure.

Applies To

CompressedAnimationSet, KeyframedAnimationSet

See Also