ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Double, _
       ByVal top As System.Double, _
       ByVal right As System.Double, _
       ByVal bottom As System.Double _
    ) 
    public void Inflate( 
       System.double left,
       System.double top,
       System.double right,
       System.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