API:FMX.Gestures.TGestureCollectionItem.GetPoints

提供:RAD Studio API Documentation

Delphi

function GetPoints: TGesturePointArray; override;

C++

virtual Fmx::Types::TGesturePointArray __fastcall GetPoints();

プロパティ

種類 可視性 ソース ユニット
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

説明

GetPoints は、Points プロパティの抽象取得メソッドです。 FMX.Gestures.TGestureCollectionItem.GetPoints は FMX.Types.TCustomGestureCollectionItem.GetPoints を継承しています。以下の内容はすべて FMX.Types.TCustomGestureCollectionItem.GetPoints を参照しています。

GetPoints は、Points プロパティの抽象取得メソッドです。

GetPoints メソッドを下位クラスでオーバーライドして、 Points プロパティの取得メソッドを実装します。

関連項目