FMX.ExtCtrls.TImageViewer

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTImageViewer

Delphi

TImageViewer = class(TCustomScrollBox)

C++

class PASCALIMPLEMENTATION TImageViewer : public Fmx::Layouts::TCustomScrollBox

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.

Platform Support

Rotating an image viewer using its RotationAngle and RotationCenter properties is only supported on desktop platforms. Rotating an image viewer on mobile platforms might produce unexpected results.

See Also