ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / PointerSize Structure / Unary Negation Operator
The size to negate.

In This Topic
    Unary Negation Operator (PointerSize)
    In This Topic
    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