Vcl.Graphics.TWICImage.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeight: Integer; override;

C++

virtual int __fastcall GetHeight();

Properties

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

Description

Returns the vertical size of the image, in pixels.

GetHeight gets the vertical size of the TWICImage object, in pixels.

GetHeight is the getter method for the Height property.

See Also