RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.SetHeight Method

Set vertical size of graphic in pixels.

Pascal
procedure SetHeight(Value: Integer); virtual; abstract;
C++
virtual __fastcall SetHeight(int Value) = 0;

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. 

 

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