Vcl.ImageCollection.TImageCollection.GetSourceImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSourceImage(AIndex: Integer; AWidth, AHeight: Integer; AProportional: Boolean = False): TWICImage;

C++

Vcl::Graphics::TWICImage* __fastcall GetSourceImage(int AIndex, int AWidth, int AHeight, bool AProportional = false);

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.