Back to Devexpress

cxImage Unit

vcl-cximage-40536294.md

latest2.8 KB
Original Source

cxImage Unit

Implements image editors and related types.

Classes

NameDescription
TcxCustomImageThe base class for unbound and data-aware image editors.
TcxCustomImagePropertiesThe base class for image editor appearance and behavior settings.
TcxImageAn unbound image editor.
TcxImageAnimationOptionsStores animation settings in an image editor.
TcxImagePropertiesStores image editor settings.
TcxImageZoomingOptionsStores zoom settings in an image editor.
TcxPopupMenuLayoutStores context menu layout settings for an unbound or data-aware image editor.

Enums

NameDescription
TcxImageTransparency
TcxPopupMenuItemEnumerates items of the context menu in unbound and data-aware image editors.

Methods

NameDescription
GetGraphicClassByName(string)Returns a reference to a registered graphic class by its name.
GetRegisteredGraphicClassesReturns a list populated with references to all registered graphic classes.
RegisterGraphicClass(TGraphicClass)Registers a TGraphic class descendant for all DevExpress editors that can work with images.
UnRegisterGraphicClass(TGraphicClass)Removes a class from the list of registered graphic classes.

Types

NameDescription
TcxImageAssignPictureEvent
TcxImageEditGraphicClassEvent
TcxImageGraphicClassEvent
TcxPopupMenuItemsA set of flags that correspond to items in the context menu available in unbound and data-aware image editors.

See Also

cxDBEdit Unit