Unary negative of a vector point.
Syntax

[C#]

static PointF operator - (PointF a);

[Visual Basic]

Shared Function Operator - (a As PointF) As PointF
Params
Name Description
a The point.
return A PointF containing the negative result.
Notes

None.

Example

None.