TButtonBaseContains(Int32, Int32) Method
Checks if the given coordinates are contained by this control.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected bool Contains(
int x,
int y
)
Protected Function Contains (
x As Integer,
y As Integer
) As Boolean
- x Int32
- X coordinate of the point.
- y Int32
- Y coordinate of the point
BooleanTrue if the client rectangle contains the poin, otherwise false.