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

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

    Parameters

    rc
    dx
    dy
    See Also