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
)
Public Shared Operator - (
point As PointF
) As PointF
static let inline (-)
point : PointF : PointF
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