ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Thickness Structure / InflateRtl Method
A System.Drawing.Rectangle to deflate.

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

    Parameters

    r
    A System.Drawing.Rectangle to deflate.

    Return Value

    The inflated System.Drawing.Rectangle.
    See Also