PointSubtraction Operator
|
Subtract the components of one Point from
another.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Point operator -(
Point a,
Point b
)
Public Shared Operator - (
a As Point,
b As Point
) As Point
static let inline (-)
a : Point *
b : Point : Point
Parameters
- a
- Type: WebSupergoo.WordGlue4Point
The Point that should be subtracted from.
- b
- Type: WebSupergoo.WordGlue4Point
The Point that should be subtracted.
Return Value
Type:
Point
A Point containing the result.
See Also