[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The native, unstretched height for the graphic.
Source position: graphics.pp line 853
public property TGraphic.Height : Integer |
Height is an Integer property which contains the native, unstretched height for the graphic stored in the class instance.
Use Width to access the native width for the graphic.
Remark: | Both the read and write access specifiers for the property are declared as abstract virtual method in TGraphic. They must be implemented in a descendent class to provide support for a specific graphic format. |
Version 4.0 | Generated 2025-05-03 | Home |