ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectD Structure / Offset Method / Offset(Double,Double) Method

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

    Parameters

    dx
    dy
    See Also