Vcl.Imaging.pngimage.TPngImage.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

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

C++

virtual void __fastcall SetHeight(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 vertical size of the png image in pixels.

SetHeight sets the vertical size of the png image in pixels. SetHeight is the setter method for the Height property of the png image.

See Also