Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / Inflate Method / Inflate(C1Size) Method


In This Topic
    Inflate(C1Size) Method
    In This Topic
    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