ComponentOne Xamarin.Android
Inflate(C1Size) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure > Inflate Method : Inflate(C1Size) Method
Returns the rectangle that results from expanding the specified rectangle by the specified Size, in all directions.
Syntax
'Declaration
 
Public Overloads Sub Inflate( _
   ByVal size As C1Size _
) 
'Usage
 
Dim instance As C1Rect
Dim size As C1Size
 
instance.Inflate(size)
public void Inflate( 
   C1Size size
)

Parameters

size
See Also

Reference

C1Rect Structure
C1Rect Members
Overload List