Vcl.Controls.TGesturePointArray

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Vcl.Controls.TGesturePointArray&oldid=156123"