InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlRenderer Class / LayoutInPixels Method

In This Topic
    LayoutInPixels Method (HtmlRenderer)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub LayoutInPixels( _
       ByVal text As String, _
       ByVal font As Font, _
       ByVal brush As Brush, _
       ByVal width As Integer _
    ) 
    public void LayoutInPixels( 
       string text,
       Font font,
       Brush brush,
       int width
    )

    Parameters

    text
    font
    brush
    width
    See Also