API: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 abstract getter method for the Points property.

FMX.Gestures.TGestureCollectionItem.GetPoints inherits from FMX.Types.TCustomGestureCollectionItem.GetPoints. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.GetPoints.

GetPoints is the abstract getter method for the Points property.

Override the GetPoints method in descending classes to implement the getter method for the Points property.

See Also