DX9ToolsR4 - Created by: X

AnimatedStripItem Constructor (Int64, Int64, Rectangle)

Creates a new instance of this class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Time As Long, _
   ByVal LastTime As Long, _
   ByVal Source As Rectangle _
)
[C#]
public AnimatedStripItem(
   long Time,
   long LastTime,
   Rectangle Source
);

Parameters

Time
Sets the initial value for the Time property.
LastTime
Sets the initial value for the LastTime property.
Source
Sets the initial value for the Source property.

See Also

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