RectContains Method (Point2Dd)

CVB.Net Documentation
Check if a point is located inside this Rect.

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

public bool Contains(
	Point2Dd pt
)

Parameters

pt
Type: Stemmer.CvbPoint2Dd
Point to be checked

Return Value

Type: Boolean
true if pt is inside this Rect, false otherwise.
See Also

Reference