ComponentOne Bitmap for WPF
Unary Negation Operator (PointerSize)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > PointerSize Structure : Unary Negation Operator
The size to negate.
Reverses the direction of a given size.
Syntax
'Declaration
 
Public Operator -( _
   ByVal value As PointerSize _
) As PointerSize
public PointerSize operator -( 
   PointerSize value
)

Parameters

value
The size to negate.

Return Value

A size facing in the opposite direction.
See Also

Reference

PointerSize Structure
PointerSize Members