ComponentOne Basic Library for WPF and Silverlight
Deflate Method (Extensions)


C1.Silverlight Namespace > Extensions Class : Deflate Method
System.Windows.Rect structure.
System.Windows.Thickness structure defining amount to inflate this System.Windows.Rect.
Deflates a System.Windows.Rect structure by specified amount.
Syntax
'Declaration
 
Public Shared Sub Deflate( _
   ByRef r As System.Windows.Rect, _
   ByVal th As System.Windows.Thickness _
) 
'Usage
 
Dim r As System.Windows.Rect
Dim th As System.Windows.Thickness
 
Extensions.Deflate(r, th)
public static void Deflate( 
   ref System.Windows.Rect r,
   System.Windows.Thickness th
)

Parameters

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

Reference

Extensions Class
Extensions Members