ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / PointerSize Structure / Addition Operator
The first size to add.
The second size to add.

In This Topic
    Addition Operator (PointerSize)
    In This Topic
    Adds two sizes.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal left As PointerSize, _
       ByVal right As PointerSize _
    ) As PointerSize
    public PointerSize operator +( 
       PointerSize left,
       PointerSize right
    )

    Parameters

    left
    The first size to add.
    right
    The second size to add.

    Return Value

    The sum of the two sizes.
    See Also