Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Inflate Method
The amount to inflate this Rect horizontally.
The amount to inflate this Rect vertically.


In This Topic
    Inflate Method (Rectangle)
    In This Topic
    Enlarges a Rectangle structure by the specified amount.
    Syntax
    'Declaration
     
    
    Public Sub Inflate( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    'Usage
     
    
    Dim instance As Rectangle
    Dim width As Double
    Dim height As Double
     
    instance.Inflate(width, height)
    public void Inflate( 
       double width,
       double height
    )

    Parameters

    width
    The amount to inflate this Rect horizontally.
    height
    The amount to inflate this Rect vertically.
    See Also