FMX.Types.TGesturePointArray
Delphi
TGesturePointArray = array of TPointF;
C++
typedef System::DynamicArray<System::Types::TPointF> TGesturePointArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Represents an array of gesture points.
TGesturePointArray represents a dynamic array of points. TGesturePointArray is used to pass an array of gesture points between gesturing methods and classes.