API:Vcl.Touch.GestureMgr.TGestureCollectionItem.GetPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPoints: TGesturePointArray; override;

C++

virtual Vcl::Controls::TGesturePointArray __fastcall GetPoints();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

GetPoints is the abstract getter method for the Points property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.GetPoints inherits from Vcl.Controls.TCustomGestureCollectionItem.GetPoints. All content below this line refers to Vcl.Controls.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