Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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