DX9ToolsR4 - Created by: X

AnimatedStripItem Constructor (Int64, Rectangle)

Creates a new instance of this class.

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

Parameters

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

See Also

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