Vcl.Touch.GestureMgr.TGestureCollectionItem.SetPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPoints(const Value: TGesturePointArray); override;

C++

virtual void __fastcall SetPoints(const Vcl::Controls::TGesturePointArray Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

SetPoints is the setter method for the Points property.

Use the SetPoints method to set the value for the Points property.

See Also