Click or drag to resize

ImageViewerGetCurrentImage Method

Returns the current image and indicates whether or not this image is a Bitmap.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax
protected override Object GetCurrentImage(
	ref bool isBitmapImage
)

Parameters

isBitmapImage
Type: SystemBoolean
Indicates whether this image is a Bitmap.

Return Value

Type: Object

[Missing <returns> documentation for "M:Atalasoft.Imaging.WinControls.ImageViewer.GetCurrentImage(System.Boolean@)"]

See Also