Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / SizeD Structure / Subtraction Operator
The SizeD that is subtracted from.
The SizeD that is subtracted.

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

    Parameters

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

    Return Value

    A SizeD representing the result of the subtraction.
    See Also