Vcl.Graphics.TWICImage.CreateScaledCopy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateScaledCopy(ANewWidth, ANewHeight: Integer; AInterpolationMode: TWICImageInterpolationMode = wipmHighQualityCubic): TWICImage;

C++

TWICImage* __fastcall CreateScaledCopy(int ANewWidth, int ANewHeight, TWICImageInterpolationMode AInterpolationMode = (TWICImageInterpolationMode)(0x1));

Properties

Type Visibility Source Unit Parent
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Embarcadero Technologies does not currently have any additional information.