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

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

    Parameters

    rc
    dx
    dy
    See Also