ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Offset Method
The horizontal offset.
The vertical offset.

In This Topic
    Offset Method (Point)
    In This Topic
    Offsets the current Point structure by the specified values.
    Syntax
    'Declaration
     
    Public Sub Offset( _
       ByVal dx As System.Double, _
       ByVal dy As System.Double _
    ) 
    public void Offset( 
       System.double dx,
       System.double dy
    )

    Parameters

    dx
    The horizontal offset.
    dy
    The vertical offset.
    See Also