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

In This Topic
    GetImage Method (HtmlRenderer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetImage( _
       ByVal rc As RectangleF, _
       ByVal offset As Integer, _
       ByRef frameBottom As Integer _
    ) As Image
    public Image GetImage( 
       RectangleF rc,
       int offset,
       out int frameBottom
    )

    Parameters

    rc
    offset
    frameBottom
    See Also