ComponentOne FlexGrid for UWP
Inflate(Rect,Double,Double) Method

C1.UWP Assembly > C1.Xaml Namespace > Extensions Class > Inflate Method : Inflate(Rect,Double,Double) Method
Windows.Foundation.Rect structure.
The amount to inflate this Windows.Foundation.Rect horizontally.
The amount to inflate this Windows.Foundation.Rect vertically.
Enlarges a Windows.Foundation.Rect structure by the specified amount.
Syntax
'Declaration
 
Public Overloads Shared Sub Inflate( _
   ByRef r As Windows.Foundation.Rect, _
   ByVal dx As System.Double, _
   ByVal dy As System.Double _
) 
public static void Inflate( 
   ref Windows.Foundation.Rect r,
   System.double dx,
   System.double dy
)

Parameters

r
Windows.Foundation.Rect structure.
dx
The amount to inflate this Windows.Foundation.Rect horizontally.
dy
The amount to inflate this Windows.Foundation.Rect vertically.
See Also

Reference

Extensions Class
Extensions Members
Overload List