ISquidRenderer..::..DrawTexture Method

Draws the texture.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


void DrawTexture(
	int texture,
	int x,
	int y,
	int width,
	int height,
	Rectangle source,
	int color
)
Sub DrawTexture ( _
	texture As Integer, _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	source As Rectangle, _
	color As Integer _
)
void DrawTexture(
	int^ texture, 
	int^ x, 
	int^ y, 
	int^ width, 
	int^ height, 
	Rectangle^ source, 
	int^ color
)

Parameters

texture
Type: Int32
The texture.
x
Type: Int32
The x.
y
Type: Int32
The y.
width
Type: Int32
The width.
height
Type: Int32
The height.
source
Type: Rectangle
The source.
color
Type: Int32
The color.