InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32.RECT Structure / Deflate Method / Deflate(Int32,Int32,Int32,Int32) Method

In This Topic
    Deflate(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Deflate( _
       ByVal dLeft As Integer, _
       ByVal dTop As Integer, _
       ByVal dRight As Integer, _
       ByVal dBottom As Integer _
    ) 
    public void Deflate( 
       int dLeft,
       int dTop,
       int dRight,
       int dBottom
    )

    Parameters

    dLeft
    dTop
    dRight
    dBottom
    See Also