FMX.ImgList.TLayer.SourceRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceRect: TBounds read FSourceRect write SetSourceRect;

C++

__property Fmx::Types::TBounds* SourceRect = {read=FSourceRect, write=SetSourceRect};

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TLayer

Description

The section of this multi-resolution bitmap that is drawn in the final image.

SourceRect keeps coordinates of a section in the MultiResBitmap multi-resolution bitmap (always in the scale 1 independently of the scale of the bitmap to be used). Only this section of the multi-resolution bitmap is drawn in the final image.

See Also