Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectL Structure / Inflate Method / Inflate(Int32,Int32) Method

In This Topic
    Inflate(Int32,Int32) Method
    In This Topic
    Inflates the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer _
    ) 
    public void Inflate( 
       System.int dx,
       System.int dy
    )

    Parameters

    dx
    dy
    See Also