Translate the Rect by subtracting a vector
Point from 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