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

In This Topic
    Substract Method (SizeD)
    In This Topic
    Subtracts one SizeD structure from another.
    Syntax
    'Declaration
     
    Public Shared Function Substract( _
       ByVal sz1 As SizeD, _
       ByVal sz2 As SizeD _
    ) As SizeD
    public static SizeD Substract( 
       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