Click or drag to resize

PointFUnaryNegation Operator

Returns a new PointF 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 PointF operator -(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to negate

Return Value

Type: PointF

[Missing <returns> documentation for "M:Eto.Drawing.PointF.op_UnaryNegation(Eto.Drawing.PointF)"]

See Also