ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Offset Method / Offset(RectL,Int32,Int32) Method

In This Topic
    Offset(RectL,Int32,Int32) Method
    In This Topic
    Offsets the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Offset( _
       ByVal rc As RectL, _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer _
    ) As RectL
    public static RectL Offset( 
       RectL rc,
       System.int dx,
       System.int dy
    )

    Parameters

    rc
    dx
    dy
    See Also