Click or drag to resize

Magnifier Constructor (Viewport)

Initializes a new instance of the Magnifier specifying the parent viewport.
Initializes a new instance of the Magnifier.

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 Magnifier(
	Viewport viewer
)

Parameters

viewer
Type: Atalasoft.Imaging.WinControlsViewport
The parent Viewport for this component.
See Also