Click or drag to resize

ViewportGetCurrentImage Method

Override this method and pass in a new image. This is used to update the magnifier image.

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
protected abstract Object GetCurrentImage(
	ref bool isBitmapImage
)

Parameters

isBitmapImage
Type: SystemBoolean
Indicates if the Current image is a GDI+ Image object or if false, a dotImage AtalaImage.

Return Value

Type: Object
An AtalaImage or Image object containing the current image
See Also