Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / Inflate Method / Inflate(Double,Double) Method

In This Topic
    Inflate(Double,Double) Method
    In This Topic
    Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Inflate( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    public void Inflate( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also