RectIntersectsWith Method
|
Determines if one rectangle intersects with
another.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool IntersectsWith(
Rect a,
Rect b
)
Public Shared Function IntersectsWith (
a As Rect,
b As Rect
) As Boolean
static member IntersectsWith :
a : Rect *
b : Rect -> bool
Parameters
- a
- Type: WebSupergoo.WordGlue4Rect
A Rect.
- b
- Type: WebSupergoo.WordGlue4Rect
A Rect
Return Value
Type:
Boolean
True if the two intersect.
See Also