Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / GetThumbnail Method
Unused
The desired bitmap size
Unused

In This Topic
    GetThumbnail Method (Viewport)
    In This Topic
    Gets a bitmap of the user inteferace element.
    Syntax
    'Declaration
     
    Public Overridable Function GetThumbnail( _
       ByVal viewport As Viewport, _
       ByVal size As Size, _
       ByVal backgroundColor As Color _
    ) As Image
    public virtual Image GetThumbnail( 
       Viewport viewport,
       Size size,
       Color backgroundColor
    )

    Parameters

    viewport
    Unused
    size
    The desired bitmap size
    backgroundColor
    Unused

    Return Value

    See Also