InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.RECT Structure / Offset Method

In This Topic
    Offset Method (Win32.RECT)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Offset( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void Offset( 
       int dx,
       int dy
    )

    Parameters

    dx
    dy
    See Also