RectDContains Method (Double, Double)

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

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

public bool Contains(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X-coordinate of the point to test
y
Type: SystemDouble
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