Vcl.Controls.TGesturePointArray
Delphi
type TGesturePointArray = array of TPoint;
C++
typedef System::DynamicArray<System::Types::TPoint> TGesturePointArray;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
array typedef  | 
		public | Vcl.Controls.pas Vcl.Controls.hpp  | 
        Vcl.Controls | Vcl.Controls | 
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.