InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Thickness Structure / DeflateRtl Method
A System.Drawing.Rectangle to deflate.

In This Topic
    DeflateRtl Method (Thickness)
    In This Topic
    Deflates the specified System.Drawing.Rectangle by the current Thickness with RightToLeft layout.
    Syntax
    'Declaration
     
    Public Function DeflateRtl( _
       ByVal r As Rectangle _
    ) As Rectangle
    public Rectangle DeflateRtl( 
       Rectangle r
    )

    Parameters

    r
    A System.Drawing.Rectangle to deflate.

    Return Value

    See Also