Share via


Manipulation.GetManipulationPivot(UIElement) 메서드

정의

하나의 사용자 입력 점에서 회전이 수행되는 방법을 설명하는 개체를 반환합니다.

public:
 static System::Windows::Input::ManipulationPivot ^ GetManipulationPivot(System::Windows::UIElement ^ element);
public static System.Windows.Input.ManipulationPivot GetManipulationPivot (System.Windows.UIElement element);
static member GetManipulationPivot : System.Windows.UIElement -> System.Windows.Input.ManipulationPivot
Public Shared Function GetManipulationPivot (element As UIElement) As ManipulationPivot

매개 변수

element
UIElement

조작이 있는 요소입니다.

반환

하나의 사용자 입력 점에서 회전이 수행되는 방법을 설명하는 개체입니다.

적용 대상