DX9ToolsR4 - Created by: X | |
SpriteTransformTextured Constructor (Boolean, Boolean)
Creates a new instance of this class.
[Visual Basic]Overloads Public Sub New( _
ByVal
UseTexIndex As
Boolean, _
ByVal
UseTransformMatrix As
Boolean _
)
[C#]public SpriteTransformTextured(
bool UseTexIndex,
bool UseTransformMatrix);
Parameters
- UseTexIndex
- Sets the initial value of the UseTextureIndex property.
- UseTransformMatrix
- Sets the initial value of the UseTransformMatrix property.
See Also
SpriteTransformTextured Class | CBX.Libs.DX9ToolsR4.Sprites Namespace | SpriteTransformTextured Constructor Overload List