ComponentOne FinancialChart for WPF
C1.WPF 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
    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 _
    ) 
    'Usage
     
    
    Dim r As Rect
    Dim th As Thickness
     
    Extensions.Deflate(r, th)
    public static void Deflate( 
       ref Rect r,
       Thickness th
    )
    public:
    static void Deflate( 
       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