DX9ToolsR4 - Created by: X

KeySprite Constructor (Vector2, Vector2, Vector2, Single, Rectangle, Color, Int64)

Creates a new instance of this object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Scale As Vector2, _
   ByVal Translation As Vector2, _
   ByVal RotationCenter As Vector2, _
   ByVal Rotation As Single, _
   ByVal SourceRectangle As Rectangle, _
   ByVal Color As Color, _
   ByVal Time As Long _
)
[C#]
public KeySprite(
   Vector2 Scale,
   Vector2 Translation,
   Vector2 RotationCenter,
   float Rotation,
   Rectangle SourceRectangle,
   Color Color,
   long Time
);

Parameters

Scale
Sets the Scale value.
Translation
Sets the Translation value.
RotationCenter
Sets the RotationCenter value.
Rotation
Sets the Rotation value.
SourceRectangle
Sets the SourceRectangle value.
Color
Sets the Color value.
Time
Sets the Time value.

See Also

KeySprite Class | CBX.Libs.DX9ToolsR4.Animation Namespace | KeySprite Constructor Overload List