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 プロパティの取得メソッドです。

GetPoints メソッドを使用すると、Points プロパティの値を取得できます。

関連項目