Manipulator2D(Int32, Single, Single) 建構函式
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的屬性建立新的 Manipulator2D 物件。
public:
Manipulator2D(int id, float x, float y);
C#
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
這個操作工具的唯一識別碼。
- x
- Single
操作工具的 X 座標。
- y
- Single
操作工具的 Y 座標。
x
-座標或 y
-座標可為 float.NaN
、 float.PositiveInfinity
或 float.NegativeInfinity
。 這些值全部無效。
x 和 y 參數必須是有限數位。
產品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |