Skip to main content
A newer version of this page is available. .

TcxImage Class

An image editor.

Declaration

TcxImage = class(
    TcxCustomImage
)

Remarks

All the essential image management functionality is implemented by the TcxCustomImage class. The TcxImage class publishes properties and events inherited from its base classes, and adds the following properties:

  • Properties, which provides settings for customizing the editor’s appearance and behavior;

  • ActiveProperties, which returns the settings that are currently applied to the editor.

TouchScreen Support: End-users can zoom the displayed image using the zoom gesture.

See Also