FMX.Types.TCustomGestureCollectionItem.GetPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPoints: TGesturePointArray; virtual; abstract;

C++

virtual TGesturePointArray __fastcall GetPoints(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

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