Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / CreateReferenceImage Method
The viewType

In This Topic
    CreateReferenceImage Method (Viewport)
    In This Topic
    Create a bitmap for the image comparison.
    Syntax
    'Declaration
     
    Public Function CreateReferenceImage( _
       Optional ByVal viewType As viewType _
    ) As Bitmap
    public Bitmap CreateReferenceImage( 
       viewType viewType
    )

    Parameters

    viewType
    The viewType

    Return Value

    The bitmap for the image comparison (resolution 1024x768)
    Remarks
    SetView(viewType), ZoomFit and bitmap resize are performed only when viewType is not viewType.Other.
    See Also