TRVImageWrapper

<< Click to display table of contents >>

TRVImageWrapper

A wrapper for a graphic object.

Unit [VCL and LCL] MRVImg;

Unit [FMX] fmxMRVImg;

Syntax

TRVImageWrapper = class(TObject);

hmtoggle_arrow1Hierarchy

Description

This class encapsulate a graphic object. It allows supporting different image libraries without implementing a full-functional TGraphic descendant.

The main property is Bitmap: TRVMBitmap, it returns the image as a bitmap.