Inflate(Rect,Double,Double) Method
In This Topic
Enlarges a
System.Windows.Rect structure by the specified amount.
Syntax
'Declaration
Public Overloads Shared Sub Inflate( _
ByRef As Rect, _
ByVal As Double, _
ByVal As Double _
)
public static void Inflate(
ref Rect ,
double ,
double
)
Parameters
- r
- System.Windows.Rect structure.
- dx
- The amount to inflate this System.Windows.Rect horizontally.
- dy
- The amount to inflate this System.Windows.Rect vertically.
See Also