Manipulator2D(Int32, Single, Single) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい Manipulator2D オブジェクトを、プロパティを指定して作成します。
public:
Manipulator2D(int id, float x, float y);
public Manipulator2D (int id, float x, float y);
new System.Windows.Input.Manipulations.Manipulator2D : int * single * single -> System.Windows.Input.Manipulations.Manipulator2D
Public Sub New (id As Integer, x As Single, y As Single)
パラメーター
- id
- Int32
このマニピュレーターの一意の ID。
- x
- Single
マニピュレーターの x 座標。
- y
- Single
マニピュレーターの y 座標。
例外
x
座標または y
座標は、float.NaN
、float.PositiveInfinity
、または float.NegativeInfinity
です。 これらの値はすべて無効です。
注釈
x パラメーターと y パラメーターの両方が有限の数値である必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET