Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Inflate Method / Inflate(Double,Double) Method
The amount to add on the left and right of the current RectangleD.
The amount to add at the top and bottom of the current RectangleD.

In This Topic
    Inflate(Double,Double) Method
    In This Topic
    Inflates the current RectangleD by specified horizontal and vertical amounts.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public void Inflate( 
       double x,
       double y
    )

    Parameters

    x
    The amount to add on the left and right of the current RectangleD.
    y
    The amount to add at the top and bottom of the current RectangleD.
    See Also