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

In This Topic
    Inflate(Double,Double,Double,Double) Method
    In This Topic
    Inflates the current RectangleD by the specified amounts on four sides.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    ) 
    public void Inflate( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    The amount to add on the left.
    top
    The amount to add at the top.
    right
    The amount to add on the right.
    bottom
    The amount to add on the bottom.
    See Also