FMX.Types.TPosition.Point

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Point: TPointF read GetPoint write SetPoint;

C++

__property System::Types::TPointF Point = {read=GetPoint, write=SetPoint};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Specifies the coordinates of the current object as a point.

Use the Point property to specify the coordinates of a TPosition object as a point.

See Also