RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.GetHeight Method

Get vertical size of graphic in pixels.

Pascal
function GetHeight: Integer; virtual; abstract;
C++
virtual __fastcall int GetHeight() = 0;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!