Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / Inflate Method / Inflate(Rect,Double,Double,Double,Double) Method
Windows.Foundation.Rect structure.
The amount to inflate this Windows.Foundation.Rect from left.
The amount to inflate this Windows.Foundation.Rect from top.
The amount to inflate this Windows.Foundation.Rect from right.
The amount to inflate this Windows.Foundation.Rect from bottom.

In This Topic
    Inflate(Rect,Double,Double,Double,Double) Method
    In This Topic
    Enlarges a Windows.Foundation.Rect structure by the specified amount.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Inflate( _
       ByRef r As Rect, _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    ) 
    public static void Inflate( 
       ref Rect r,
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    r
    Windows.Foundation.Rect structure.
    left
    The amount to inflate this Windows.Foundation.Rect from left.
    top
    The amount to inflate this Windows.Foundation.Rect from top.
    right
    The amount to inflate this Windows.Foundation.Rect from right.
    bottom
    The amount to inflate this Windows.Foundation.Rect from bottom.
    See Also