Vcl.Graphics.TWICImage.GetWidth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetWidth: Integer; override;

C++

virtual int __fastcall GetWidth();

Propriétés

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

Description

Renvoie la taille horizontale de l'image, exprimée en pixels.

GetWidth obtient la taille horizontale de l'objet TWICImage, exprimée en pixels.

GetWidth est la méthode d'accesseur en lecture (getter) de la propriété Width.

Voir aussi