FMX.Types3D.TPosition3D.WritePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WritePoint(Writer: TWriter);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Writes the Point property to a TWriter object.

WritePoint converts the Point property into a string and writes the string to Writer.

See Also