Control..::..Hit Method

Return true if the point collides with the control

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

Syntax


public bool Hit(
	int x,
	int y
)
Public Function Hit ( _
	x As Integer, _
	y As Integer _
) As Boolean
public:
bool^ Hit(
	int^ x, 
	int^ y
)

Parameters

x
Type: Int32
x screen coord
y
Type: Int32
y screen coord

Return Value