Control..::..InRect Method

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

Syntax


public bool InRect(
	Point start,
	Point end
)
Public Function InRect ( _
	start As Point, _
	end As Point _
) As Boolean
public:
bool^ InRect(
	Point^ start, 
	Point^ end
)

Parameters

start
Type: Point
end
Type: Point