ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Offset Method / Offset(Point) Method
The Point specifying the horizontal and vertical offsets to apply.

In This Topic
    Offset(Point) Method
    In This Topic
    Offsets the location of the current Rect by horizontal and vertical amounts specified by a Point.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal pt As Point _
    ) 
    public void Offset( 
       Point pt
    )

    Parameters

    pt
    The Point specifying the horizontal and vertical offsets to apply.
    See Also