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

In This Topic
    Offset(RectL,Size2L) Method
    In This Topic
    Offsets the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Offset( _
       ByVal rc As RectL, _
       ByVal sz As Size2L _
    ) As RectL
    public static RectL Offset( 
       RectL rc,
       Size2L sz
    )

    Parameters

    rc
    sz
    See Also