ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Size Structure / Subtraction Operator
The Size that is subtracted from.
The Size that is subtracted.

In This Topic
    Subtraction Operator (Size)
    In This Topic
    Subtracts one Size structure from another.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal sz1 As Size, _
       ByVal sz2 As Size _
    ) As Size
    public Size operator -( 
       Size sz1,
       Size sz2
    )

    Parameters

    sz1
    The Size that is subtracted from.
    sz2
    The Size that is subtracted.

    Return Value

    A Size representing the result of the subtraction.
    See Also