Click or drag to resize

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
)

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