Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetThumbnail Method
Desired size of the biggest dimension of the viewportLayout

In This Topic
    GetThumbnail Method (ViewportLayout)
    In This Topic
    Returns a thumbnail bitmap of the whole viewportLayout. The maximum size is 256x256.
    Syntax
    'Declaration
     
    Public Function GetThumbnail( _
       ByVal thumbnailSize As Integer _
    ) As Bitmap
    public Bitmap GetThumbnail( 
       int thumbnailSize
    )

    Parameters

    thumbnailSize
    Desired size of the biggest dimension of the viewportLayout

    Return Value

    The bitmap of the current viewportLayout
    Remarks
    For internal use only.
    See Also