Mouse.GetIntermediatePoints(IInputElement, Point[]) 메서드

정의

마지막 마우스 이동 이벤트 이후에 마우스 포인터의 이전 좌표를 최대 64개까지 검색합니다.

public:
 static int GetIntermediatePoints(System::Windows::IInputElement ^ relativeTo, cli::array <System::Windows::Point> ^ points);
[System.Security.SecurityCritical]
public static int GetIntermediatePoints (System.Windows.IInputElement relativeTo, System.Windows.Point[] points);
public static int GetIntermediatePoints (System.Windows.IInputElement relativeTo, System.Windows.Point[] points);
[<System.Security.SecurityCritical>]
static member GetIntermediatePoints : System.Windows.IInputElement * System.Windows.Point[] -> int
static member GetIntermediatePoints : System.Windows.IInputElement * System.Windows.Point[] -> int
Public Shared Function GetIntermediatePoints (relativeTo As IInputElement, points As Point()) As Integer

매개 변수

relativeTo
IInputElement

points가 관련된 요소입니다.

points
Point[]

개체의 배열입니다.

반환

반환된 지점 수입니다.

특성

적용 대상