FMX.Graphics.TCanvas.SetMatrix

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

Delphi

procedure SetMatrix(const M: TMatrix);

C++

void __fastcall SetMatrix(const System::Math::Vectors::TMatrix &M);

プロパティ

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


説明

Matrix プロパティを設定します。

SetMatrixDoSetMatrix を呼び出します。

関連項目