Vcl.Imaging.pngimage.TPNGObject.GetHeight
Delphi
function GetHeight: Integer; {$IFDEF UseDelphi}override; {$ENDIF}
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Imaging.pngimage.pas | Vcl.Imaging.pngimage | TPNGObject |
Description
Get vertical size of graphic in pixels.
Vcl.Imaging.pngimage.TPNGObject.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.