Vcl.ImageCollection.TImageCollection.DrawSource
Delphi
procedure DrawSource(ACanvas: TCanvas; ARect: TRect; AIndex: Integer; ASourceIndex: Integer; AProportional: Boolean = False);
C++
void __fastcall DrawSource(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &ARect, int AIndex, int ASourceIndex, bool AProportional = false);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ImageCollection.pas Vcl.ImageCollection.hpp |
Vcl.ImageCollection | TImageCollection |
Description
Draws directly an specific image from Item.SourceImages collection.