ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Html Namespace / HtmlRenderer Class / GetImage Method
The rectangle of a image.
The offset of the frame.
The frame bottom calculated value.

In This Topic
    GetImage Method (HtmlRenderer)
    In This Topic
    Gets a metafile image of a piece of the document.
    Syntax
    'Declaration
     
    Public Function GetImage( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal offset As System.Integer, _
       ByRef frameBottom As System.Integer _
    ) As System.Drawing.Image
    public System.Drawing.Image GetImage( 
       System.Drawing.RectangleF rc,
       System.int offset,
       out System.int frameBottom
    )

    Parameters

    rc
    The rectangle of a image.
    offset
    The offset of the frame.
    frameBottom
    The frame bottom calculated value.

    Return Value

    The metafile image of a piece of the document.
    See Also