Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DoOverlapOrTouch Method / DoOverlapOrTouch(Point2D,Point2D,Point2D,Point2D) Method

In This Topic
    DoOverlapOrTouch(Point2D,Point2D,Point2D,Point2D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function DoOverlapOrTouch( _
       ByVal firstMin As Point2D, _
       ByVal firstMax As Point2D, _
       ByVal secondMin As Point2D, _
       ByVal secondMax As Point2D _
    ) As Boolean
    public static bool DoOverlapOrTouch( 
       Point2D firstMin,
       Point2D firstMax,
       Point2D secondMin,
       Point2D secondMax
    )

    Parameters

    firstMin
    firstMax
    secondMin
    secondMax
    See Also