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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override Object GetCurrentImage(
ref bool isBitmapImage
)
Protected Overrides Function GetCurrentImage (
ByRef isBitmapImage As Boolean
) As Object
Parameters
- isBitmapImage
- Type: SystemBoolean
Indicates whether this image is a Bitmap.
Return Value
Type:
ObjectSee Also