In This Topic
Deflates a
Windows.Foundation.Rect structure by specified amount.
Syntax
'Declaration
Public Shared Sub Deflate( _
ByRef As Rect, _
ByVal As Thickness _
)
public static void Deflate(
ref Rect ,
Thickness
)
Parameters
- r
- Windows.Foundation.Rect structure.
- th
- Windows.UI.Xaml.Thickness structure defining amount to inflate this Windows.Foundation.Rect.
See Also