InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlRenderer Class / Layout Method / Layout(IntPtr,String,Font,Brush,Single,Boolean) Method

In This Topic
    Layout(IntPtr,String,Font,Brush,Single,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Layout( _
       ByVal hdc As IntPtr, _
       ByVal text As String, _
       ByVal font As Font, _
       ByVal brush As Brush, _
       ByVal width As Single, _
       Optional ByVal rtl As Boolean _
    ) 
    public void Layout( 
       IntPtr hdc,
       string text,
       Font font,
       Brush brush,
       float width,
       bool rtl
    )

    Parameters

    hdc
    text
    font
    brush
    width
    rtl
    See Also