ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / Scroll Method
An int indicates the x offset.
An int indicates the y offset.
A System.Drawing.Rectangle structure that indicates the rectangle to be moved.

In This Topic
    Scroll Method
    In This Topic
    Moves the specified rectangle by offfset values.
    Syntax
    'Declaration
     
    
    Public Sub Scroll( _
       ByVal dx As Integer, _
       ByVal dy As Integer, _
       ByVal rectangle As Rectangle _
    ) 
    public void Scroll( 
       int dx,
       int dy,
       Rectangle rectangle
    )

    Parameters

    dx
    An int indicates the x offset.
    dy
    An int indicates the y offset.
    rectangle
    A System.Drawing.Rectangle structure that indicates the rectangle to be moved.
    Remarks
    [The current implementation is a time consumer, to be re-write.]
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also