Environment.CreateReferenceImage Method

Create a bitmap for the image comparison.
Public Function CreateReferenceImage( _ 
Optional ByVal viewType As viewType = viewType.Trimetric _ 
) As Bitmap
This language is not supported or no code example is available.
public Bitmap CreateReferenceImage( 
viewType viewType = viewType.Trimetric 
)
This language is not supported or no code example is available.

Parameters

viewType
viewType

The viewType

Return Value

Bitmap

The bitmap for the image comparison.

Remarks
 
SetView, ZoomFit and bitmap resize to 1024x768 are performed only when viewType is not viewType.Other.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition