TButtonBaseContains(Int32, Int32) Method

Checks if the given coordinates are contained by this control.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected bool Contains(
	int x,
	int y
)

Parameters

x  Int32
X coordinate of the point.
y  Int32
Y coordinate of the point

Return Value

Boolean
True if the client rectangle contains the poin, otherwise false.

See Also