RectContains Method (Rect, Rect)
|
Works out if one rect (a) completely contains
another (b). Identical rectangles are counted as contained.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool Contains(
Rect a,
Rect b
)
Public Shared Function Contains (
a As Rect,
b As Rect
) As Boolean
static member Contains :
a : Rect *
b : Rect -> bool
Parameters
- a
- Type: WebSupergoo.WordGlue4Rect
Rect A.
- b
- Type: WebSupergoo.WordGlue4Rect
Rect B
Return Value
Type:
Boolean
True if A contains B.
See Also