Vcl.Imaging.pngimage.TPngImage.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure SetWidth(Value: Integer);  {$IFDEF UseDelphi}override; {$ENDIF}

C++

virtual void __fastcall SetWidth(int Value);

Properties

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

Description

Sets the horizontal size of the png image in pixels.

SetWidth sets the horizontal size of the png image in pixels. SetWidth is the setter method for the Width property of the png image.

See Also