ComponentOne Basic Library for UWP
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 Windows.Foundation.Rect, _
       ByVal left As System.Double, _
       ByVal top As System.Double, _
       ByVal right As System.Double, _
       ByVal bottom As System.Double _
    ) 
    public static void Inflate( 
       ref Windows.Foundation.Rect r,
       System.double left,
       System.double top,
       System.double right,
       System.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