FMX.Gestures.TGestureCollectionItem.GetPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPoints: TGesturePointArray; override;

C++

virtual Fmx::Types::TGesturePointArray __fastcall GetPoints();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

GetPoints is the getter method for the Points property.

Use the GetPoints method to get the value of the Points property.

See Also