Vcl.Graphics.TMetafile.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeight: Integer; override;

C++

virtual int __fastcall GetHeight();

Properties

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

Description

Get vertical size of graphic in pixels.

Vcl.Graphics.TMetafile.GetHeight inherits from Vcl.Graphics.TGraphic.GetHeight. All content below this line refers to Vcl.Graphics.TGraphic.GetHeight.

Get vertical size of graphic in pixels.

GetHeight gets the vertical size of the TGraphic object in pixels.

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

See Also