API:Vcl.Touch.GestureMgr.TGestureCollectionItem.SetPoints
Delphi
procedure SetPoints(const Value: TGesturePointArray); override;
C++
virtual void __fastcall SetPoints(const Vcl::Controls::TGesturePointArray Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
class protected | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | TGestureCollectionItem |
Description
SetPoints is the abstract setter method for the Points property.
Vcl.Touch.GestureMgr.TGestureCollectionItem.SetPoints inherits from Vcl.Controls.TCustomGestureCollectionItem.SetPoints. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.SetPoints.
SetPoints is the abstract setter method for the Points property.
Override the SetPoints method in descending classes to implement the setter method for the Points property.