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