Vcl.Graphics.TGraphic.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeight: Integer; virtual; abstract;

C++

virtual int __fastcall GetHeight() = 0 ;

Properties

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

Description

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