NoRenderer..::..DrawTexture Method

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

Syntax


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

Parameters

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