API:Vcl.Touch.GestureMgr.TGestureCollectionItem.GetPoints
Delphi
function GetPoints: TGesturePointArray; override;
C++
virtual Vcl::Controls::TGesturePointArray __fastcall GetPoints(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | class protected | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | TGestureCollectionItem |
説明
GetPoints は、Points プロパティの抽象取得メソッドです。
Vcl.Touch.GestureMgr.TGestureCollectionItem.GetPoints は Vcl.Controls.TCustomGestureCollectionItem.GetPoints を継承しています。以下の内容はすべて Vcl.Controls.TCustomGestureCollectionItem.GetPoints を参照しています。
GetPoints は、Points プロパティの抽象取得メソッドです。
GetPoints メソッドを下位クラスでオーバーライドして、 Points プロパティの取得メソッドを実装します。