FMX.Types3D.TContext3D.BitmapToTexture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function BitmapToTexture(const Bitmap: TBitmap): TTexture;

C++

__classmethod TTexture* __fastcall BitmapToTexture(Fmx::Graphics::TBitmap* const Bitmap);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


Description

Convertit le bitmap donné en objet TTexture.

Voir aussi