Utility.IsPointInsideOrOntoBBox2D Method

Check if the Point3D is inside or onto the BoundingBox 2D made by boxMin and boxMax
Public Shared Function IsPointInsideOrOntoBBox2D( _ 
ByVal pointToCheck As Point2D, _ 
ByVal boxMin As Point2D, _ 
ByVal boxMax As Point2D
) As Boolean
This language is not supported or no code example is available.
public static bool IsPointInsideOrOntoBBox2D( 
Point2D pointToCheck
Point2D boxMin
Point2D boxMax 
)
This language is not supported or no code example is available.

Parameters

pointToCheck
Point2D

The Point2D to test

boxMin
Point2D

The bottom left corner of the BoundingBox 2D

boxMax
Point2D

The Top right corner of the BoundingBox 2D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition