DX9ToolsR4 - Created by: X

SpriteBlt.Draw Method (ISpriteTransformTextured, SimpleTextureCollection)

The Draw method is used to draw draw the sprite on the screen.

[Visual Basic]
Overloads Public Sub Draw( _
   ByVal Sprite As ISpriteTransformTextured, _
   ByVal TextureCollection As SimpleTextureCollection _
)
[C#]
public void Draw(
   ISpriteTransformTextured Sprite,
   SimpleTextureCollection TextureCollection
);

Parameters

Sprite
A reference to a object that implements the ISpriteTransformTextured interface.
TextureCollection
A reference to a DX9ToolsR4.SimpleTextureCollection object.

See Also

SpriteBlt Class | CBX.Libs.DX9ToolsR4.Sprites Namespace | SpriteBlt.Draw Overload List