Vcl.Graphics.TBitmap.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(Value: Integer); override;

C++

virtual void __fastcall SetHeight(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Set vertical size of graphic in pixels.

Vcl.Graphics.TBitmap.SetHeight inherits from Vcl.Graphics.TGraphic.SetHeight. All content below this line refers to Vcl.Graphics.TGraphic.SetHeight.

Set vertical size of graphic in pixels.

SetHeight sets the vertical size of the graphic in pixels.

Each descendant of the TGraphic class defines its own GetHeight and SetHeight methods to access the Height property.

See Also