Click or drag to resize

ZoomWindow Constructor (Boolean)

Creates a new instance of ZoomWindow specifying whether the zoom window uses a BitmapViewer or an ImageViewer.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ZoomWindow(
	bool bitmapStyle
)

Parameters

bitmapStyle
Type: SystemBoolean
Set to true if a BitmapViewer is used instead of an ImageViewer.
See Also