ComponentOne Xamarin.Android
Inflate(Double,Double) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure > Inflate Method : Inflate(Double,Double) Method
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

Reference

C1Rect Structure
C1Rect Members
Overload List