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

In This Topic
    Substract Method (PointD)
    In This Topic
    Subtracts a SizeD from a PointD.
    Syntax
    'Declaration
     
    Public Shared Function Substract( _
       ByVal pt As PointD, _
       ByVal sz As SizeD _
    ) As PointD
    public static PointD Substract( 
       PointD pt,
       SizeD sz
    )

    Parameters

    pt
    The PointD that is subtracted from.
    sz
    The SizeD that is subtracted.

    Return Value

    A PointD representing the result of the subtraction.
    See Also