API:FMX.Gestures.TGestureCollectionItem.SetPoints
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 abstract setter method for the Points property.
FMX.Gestures.TGestureCollectionItem.SetPoints inherits from FMX.Types.TCustomGestureCollectionItem.SetPoints. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetPoints.
SetPoints is the abstract setter method for the Points property.
Override the SetPoints method in descending classes to implement the setter method for the Points property.