Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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 _
    ) 
    'Usage
     
    
    Dim instance As C1Rect
    Dim width As Double
    Dim height As Double
     
    instance.Inflate(width, height)
    public void Inflate( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also