Region.IsPointInside (Point2D) Method

Tests if a 2D point is inside the region.
Public Function IsPointInside( _ 
ByVal testPoint As Point2D
) As Boolean
This language is not supported or no code example is available.
public bool IsPointInside( 
Point2D testPoint 
)
This language is not supported or no code example is available.

Parameters

testPoint
Point2D

The test 2D point, given in the plane's coordinate system

Return Value

bool

True if the 2D point is inside, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition