Circle.IsPointInside Method

Checks if a point is inside the Circle.
Public Function IsPointInside( _ 
ByVal testPoint As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IsPointInside( 
Point3D testPoint 
)
This language is not supported or no code example is available.

Parameters

testPoint
Point3D

The point to be tested

Return Value

bool

True if the point is inside, false if it is outside or on the circle.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition