RectAddition Operator (Rect, Point)
|
Translate the Rect by adding a vector Point to
it.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Rect operator +(
Rect r,
Point p
)
Public Shared Operator + (
r As Rect,
p As Point
) As Rect
static let inline (+)
r : Rect *
p : Point : Rect
Parameters
- r
- Type: WebSupergoo.WordGlue4Rect
Rect for translation.
- p
- Type: WebSupergoo.WordGlue4Point
Point by which it should be translated.
Return Value
Type:
Rect
A Rect containing the result.
See Also