API:FMX.Gestures.TCustomGestureRecognizer.ScaleGesturePoints

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function ScaleGesturePoints(const Points, GesturePoints: array of TPointF; const MinScale: Integer;
const Scaling: Boolean = False): TGesturePointArray; static;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TCustomGestureRecognizer

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.