API:FMX.Gestures.TCustomGestureRecognizer.ScalePoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScalePoints(const Points, GesturePoints: array of TPointF; MinScale: Integer;  Scaling: Boolean = False): TGesturePointArray; virtual;

C++

virtual Fmx::Types::TGesturePointArray __fastcall ScalePoints(System::Types::TPointF const *Points, const int Points_High, System::Types::TPointF const *GesturePoints, const int GesturePoints_High, int MinScale, bool Scaling = false);

Properties

Type Visibility Source Unit Parent
function public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TCustomGestureRecognizer

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!