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

In This Topic
    Subtraction Operator (Point)
    In This Topic
    Subtracts a Size from a Point.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal pt As Point, _
       ByVal sz As Size _
    ) As Point
    public Point operator -( 
       Point pt,
       Size sz
    )

    Parameters

    pt
    The Point that is subtracted from.
    sz
    The Size that is subtracted.

    Return Value

    A Point representing the result of the subtraction.
    See Also