API:Vcl.Graphics.TBitmap.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload; override;
constructor Create(AWidth, AHeight: Integer); overload;

C++

__fastcall virtual TBitmap()/* overload */;
__fastcall TBitmap(int AWidth, int AHeight)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Crée un objet TGraphic.

Vcl.Graphics.TBitmap.Create hérite de Vcl.Graphics.TGraphic.Create. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Graphics.TGraphic.Create.

Crée un objet TGraphic.

Cette méthode crée et initialise un objet TGraphic.