InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Rect Structure / Deflate Method

In This Topic
    Deflate Method (Rect)
    In This Topic
    Deflates the current Rect by the specified amounts provided as Thickness.
    Syntax
    'Declaration
     
    Public Sub Deflate( _
       ByVal th As Thickness _
    ) 
    public void Deflate( 
       Thickness th
    )

    Parameters

    th
    See Also