Vcl.Imaging.pngimage.TPngImage.Resize

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Resize(const CX, CY: Integer);

C++

void __fastcall Resize(const int CX, const int CY);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Resizes the png image to the new dimensions.

Call Resize to resize the png image to new dimensions given by the CX and CY parameters.

See Also