Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool PerimeterIntersectsWith(RectangleD)

Declaration

public bool PerimeterIntersectsWith(
    RectangleD rect
)

Summary

Checks if the perimeter of this rectangle intersects with that of rect.

Parameters

RectangleDrect Other rectangle to check against.

Returns

Returns true if the perimeter of this rectangle intersects with that of rect.