FMX.Types3D.TContext3D.BitmapToTexture

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


説明

指定されたビットマップを、TTexture オブジェクトに変換します。

関連項目