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