Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / DoOverlapOrTouchInternal Method

In This Topic
    DoOverlapOrTouchInternal Method (OrientedBoundingRect)
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Function DoOverlapOrTouchInternal( _
       ByVal first As OrientedBoundingRect, _
       ByVal second As OrientedBoundingRect, _
       ByVal touch As Boolean _
    ) As Boolean
    protected static bool DoOverlapOrTouchInternal( 
       OrientedBoundingRect first,
       OrientedBoundingRect second,
       bool touch
    )

    Parameters

    first
    second
    touch
    See Also