Inflate(Rect,Double,Double) Method
In This Topic
Enlarges a Windows.Foundation.Rect structure by the specified amount.
Syntax
'Declaration
Public Overloads Shared Sub Inflate( _
ByRef As Windows.Foundation.Rect, _
ByVal As System.Double, _
ByVal As System.Double _
)
public static void Inflate(
ref Windows.Foundation.Rect ,
System.double ,
System.double
)
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