Vcl.Controls.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls 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