Flipbook..::..Draw Method

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

Syntax


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

Parameters

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