RectContains Method (Int32, Int32)

CVB.Net Documentation
Determines if the specified point is contained with this Rect.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Contains(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X-coordinate of the point to test
y
Type: SystemInt32
Y-coordinate of the point to test

Return Value

Type: Boolean
true of the point defined through the parameters x and y is inside this Rect; false otherwise.
See Also

Reference