Scale the coordinates of the rect by a
dividing factor.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Rect operator /(
Rect r,
double scale
)
Public Shared Operator / (
r As Rect,
scale As Double
) As Rect
static let inline (/)
r : Rect *
scale : float : Rect
Parameters
- r
- Type: WebSupergoo.WordGlue4Rect
Rect for scaling.
- scale
- Type: SystemDouble
Factor by which the coordinates should be decreased.
Return Value
Type:
Rect
A Rect containing the result.
See Also