Afficher : Delphi C++
Préférences d'affichage

Vcl.Graphics.TGraphic.GetHeight

De XE2 API Documentation

Delphi

function GetHeight: Integer; virtual; abstract;

C++

virtual int __fastcall GetHeight(void) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

Description

Obtient la taille verticale d'un graphique en pixels.

GetHeight obtient la taille verticale de l'objet TGraphic en pixels.

Chaque descendant de TGraphic définit ses propres méthodes GetHeight et SetHeight pour accéder à la propriété Height.

Voir aussi

Versions précédentes
Traductions