FMX.Types3D.TContext3D.BitmapToTexture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


Beschreibung

Konvertiert das angegebene Bitmap in ein TTexture-Objekt.

Siehe auch