FlipbookCursor..::..Draw Method

Draws the cursor at the specified position.

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

Syntax


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

Parameters

x
Type: Int32
The x.
y
Type: Int32
The y.