Vcl.ImageCollection.TImageCollection.GetSourceImage
Delphi
function GetSourceImage(AIndex: Integer; AWidth, AHeight: Integer): TWICImage;
C++
Vcl::Graphics::TWICImage* __fastcall GetSourceImage(int AIndex, int AWidth, int AHeight);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.ImageCollection.pas Vcl.ImageCollection.hpp |
Vcl.ImageCollection | TImageCollection |
Description
Gets source TWICImage.
It is optimal for scaling to AWidth and AHeight sizes.