Skip to main content

TdxGPImage Class

The base class for all classes that implement simple and DPI-aware universal image containers.

Declaration

TdxGPImage = class(
    TdxCustomSmartImage
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Copy the Smart Image container (Clone).

  • Flip the stored image horizontally and/or vertically (Flip).

  • Blend the images from two Smart Image containers using the alpha channel (MakeComposition).

  • Draw the stored image via GDI+ (CreateCanvas and StretchDraw).

Refer to the TdxCustomSmartImage class description for detailed information on the core Smart Image container functionality.

See Also