GestureCtrls.ScaleGesturePoints
From RAD Studio VCL Documentation (Japanese)
Contents |
Delphi の情報
ファイル GestureCtrls.pas
function ScaleGesturePoints(const Points: array of TPoint; Size: Integer): TGesturePointArray;
ユニット: GestureCtrls
種類: 関数
可視性: public
C++ の情報
ファイル GestureCtrls.hpp
System::DynamicArray<Types::TPoint> __fastcall ScaleGesturePoints(const Types::TPoint * Points, int Points_Size, int Size);
ユニット: GestureCtrls
種類: 関数
説明
指定された係数に応じて、入力ポイントのセットを拡大縮小します。
ScaleGesturePoints を使用すると、入力ポイントのセットで描画された画面の拡大縮小ができます。Points パラメータで拡大縮小が必要なポイントを指定し、Size パラメータで倍率を指定します。