FMX.Types3D.TPosition3D.WritePoint

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

Delphi

procedure WritePoint(Writer: TWriter);

C++

void __fastcall WritePoint(System::Classes::TWriter* Writer);

プロパティ

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


説明

Point プロパティを TWriter オブジェクトに書き込みます。


WritePoint は、Point プロパティを文字列に変換し、その文字列を Writer に書き込みます。

関連項目