Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Extensions Class / Deflate Method
System.Windows.Rect structure.
System.Windows.Thickness structure defining amount to inflate this System.Windows.Rect.

In This Topic
    Deflate Method (Extensions)
    In This Topic
    Deflates a System.Windows.Rect structure by specified amount.
    Syntax
    'Declaration
     
    
    Public Shared Sub Deflate( _
       ByRef r As Rect, _
       ByVal th As Thickness _
    ) 
    public static void Deflate( 
       ref Rect r,
       Thickness th
    )

    Parameters

    r
    System.Windows.Rect structure.
    th
    System.Windows.Thickness structure defining amount to inflate this System.Windows.Rect.
    See Also