InsetAddition Operator (Rect, Inset)
|
Combine a Rect with an Inset to produce a rect
which has been inset.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Rect operator +(
Rect r,
Inset i
)
Public Shared Operator + (
r As Rect,
i As Inset
) As Rect
static let inline (+)
r : Rect *
i : Inset : Rect
Parameters
- r
- Type: WebSupergoo.WordGlue4Rect
The Rect.
- i
- Type: WebSupergoo.WordGlue4Inset
Inset which should be applied to Rect.
Return Value
Type:
Rect
A Rect containing the result.
See Also