Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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 _
    ) 
    public void Inflate( 
       C1Size size
    )

    Parameters

    size
    See Also