ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Substract Method
The Point that is subtracted from.
The Size that is subtracted.

In This Topic
    Substract Method (Point)
    In This Topic
    Subtracts a Size from a Point.
    Syntax
    'Declaration
     
    Public Shared Function Substract( _
       ByVal pt As Point, _
       ByVal sz As Size _
    ) As Point
    public static Point Substract( 
       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