FMX.Graphics.TBitmap.AssignFromSurface

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure AssignFromSurface(const Source: TBitmapSurface);

C++

void __fastcall AssignFromSurface(Fmx::Surfaces::TBitmapSurface* const Source);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


説明

AssignFromSurface メソッドは、TBitmapSurface データを TBitmap に割り当てます。<section end="5" />

メモ: TBitmapSurface のデータが、ビットマップの許容可能なサイズを超えた場合、追加で引き延ばし処理が実行されます。

関連項目