Unary negative of a vector Size.
Syntax

[C#]

static Size operator - (Size a);

[Visual Basic]

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

None.

Example

None.