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

In This Topic
    Layout(IntPtr,String,Font,Brush,Single) 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 _
    ) 
    public void Layout( 
       IntPtr hdc,
       string text,
       Font font,
       Brush brush,
       float width
    )

    Parameters

    hdc
    text
    font
    brush
    width
    See Also