FMX.Types3D.TContext3D.BitmapToTexture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Converts the given bitmap to a TTexture object.

See Also