PointUnaryNegation Operator |
Returns a new Point with negative x and y values of the specified point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point operator -(
Point point
)
Public Shared Operator - (
point As Point
) As Point
static let inline (-)
point : Point : Point
Parameters
- point
- Type: Eto.DrawingPoint
Point to negate
Return Value
Type:
Point[Missing <returns> documentation for "M:Eto.Drawing.Point.op_UnaryNegation(Eto.Drawing.Point)"]
See Also