Show: Delphi
C++
Display Preferences
FMX.ExtCtrls.TImageViewer
From XE3 API Documentation
Delphi
TImageViewer = class(TScrollBox)
C++
class PASCALIMPLEMENTATION TImageViewer : public Fmx::Layouts::TScrollBox
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | FMX.ExtCtrls |
Description
TImageViewer is a base control for customizing and displaying images on the form.
Use TImageViewer to display a TBitmap image on the form.
Use the Bitmap property to set the image to be displayed within the control. BestFit automatically calculates the best fitting scale for the image. The BitmapScale property can be used to set the scale of the image.