Unary negative of a vector SizeF.
Syntax

[C#]

static SizeF operator - (SizeF a);

[Visual Basic]

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

None.

Example

None.