UtilityEx.DoOverlapOrTouch (Point2D, Point2D, Point2D, Point2D) Method

Public Shared Function DoOverlapOrTouch( _ 
ByVal firstMin As Point2D, _ 
ByVal firstMax As Point2D, _ 
ByVal secondMin As Point2D, _ 
ByVal secondMax As Point2D
) As Boolean
This language is not supported or no code example is available.
public static bool DoOverlapOrTouch( 
Point2D firstMin
Point2D firstMax
Point2D secondMin
Point2D secondMax 
)
This language is not supported or no code example is available.

Parameters

firstMin
Point2D

firstMax
Point2D

secondMin
Point2D

secondMax
Point2D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition