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

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

See Also