FMX.Gestures.TGestureCollectionItem.SetPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPoints(const Value: TGesturePointArray); override;

C++

virtual void __fastcall SetPoints(const Fmx::Types::TGesturePointArray Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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