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

In This Topic
    CreateReferenceImage Method (ViewportLayout)
    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.
    Remarks
    SetView(viewType), ZoomFit and bitmap resize to 1024x768 are performed only when viewType is not viewType.Other.
    See Also