ImageEn, unit iemview
TImageEnMView.IEBitmap
TImageEnMView
.IEBitmap
Declaration
property IEBitmap:
TIEBitmap
;
Description
Returns the
selected image
as
TIEBitmap
object.
Note:
◼
Use
SelectImage
to specify the selected image
◼
You can perform editing operations on the selected image using
Proc
◼
If
DisplayMode
is mdSingle, the
visible frame
is returned
See Also
◼
SelectedImage
◼
SelectImage
◼
Proc
Compatibility Notes
Prior to v13.7.0,
IEBitmap
would return the
selected image
even if
DisplayMode
was mdSingle. From 13.7.0, the
visible frame
is returned when
DisplayMode
is mdSingle
Loading contents...