'Declaration
Public Overloads Shared Sub Inflate( _ ByRef r As Rect, _ ByVal dx As Double, _ ByVal dy As Double _ )
'Usage
Dim r As Rect Dim dx As Double Dim dy As Double Extensions.Inflate(r, dx, dy)
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.