다음을 통해 공유


Manipulator2D(Int32, Single, Single) 생성자

정의

지정된 속성을 사용하여 새 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 매개 변수 둘 다 유한 숫자 여야 합니다.

적용 대상