Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / GetThumbnail Method

In This Topic
    GetThumbnail Method (Legend)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetThumbnail( _
       ByVal viewport As Viewport, _
       ByVal size As Size, _
       ByVal backgroundColor As Color _
    ) As Image
    public override Image GetThumbnail( 
       Viewport viewport,
       Size size,
       Color backgroundColor
    )

    Parameters

    viewport
    size
    backgroundColor
    See Also