CircleContains Method

CVB.Net Documentation
Check whether a point is inside or outside a circle.

Namespace:  Stemmer.Cvb.Geometry2D
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
bool if pt lies inside the circle, false otherwise
See Also

Reference