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

In This Topic
    Subtraction Operator (PointD)
    In This Topic
    Subtracts a SizeD from a PointD.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal pt As PointD, _
       ByVal sz As SizeD _
    ) As PointD
    public PointD operator -( 
       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