FMX.ImgList.TGlyph.ImageRect
Delphi
property ImageRect: TRectF read GetImageRect;
C++
__property System::Types::TRectF ImageRect = {read=GetImageRect};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TGlyph |
Description
Returns the location of the rendered image, taking into account the proportions and display mode.
Specifies the rectangular region from which the glyph retrieves its visual content. If ImageRect is empty or invalid, the glyph draws nothing. If the image is stretched, the ImageRect has the same values as the glyph rect.