Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Inflate Method / Inflate(SizeD) Method
The SizeD to inflate the current rectangle by.

In This Topic
    Inflate(SizeD) Method
    In This Topic
    Inflates the current RectangleD by a specified SizeD.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal size As SizeD _
    ) 
    public void Inflate( 
       SizeD size
    )

    Parameters

    size
    The SizeD to inflate the current rectangle by.
    See Also