MouseDevice.GetClientPosition Methode

Definitie

Berekent de positie van de muisaanwijzer, in clientcoördinaten.

Overloads

Name Description
GetClientPosition()

Berekent de positie van de muisaanwijzer, in clientcoördinaten.

GetClientPosition(PresentationSource)

Berekent de positie van de muisaanwijzer, in clientcoördinaten, in de opgegeven PresentationSource.

GetClientPosition()

Berekent de positie van de muisaanwijzer, in clientcoördinaten.

protected:
 System::Windows::Point GetClientPosition();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected System.Windows.Point GetClientPosition();
protected System.Windows.Point GetClientPosition();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
member this.GetClientPosition : unit -> System.Windows.Point
member this.GetClientPosition : unit -> System.Windows.Point
Protected Function GetClientPosition () As Point

Retouren

De positie van de muisaanwijzer, in clientcoördinaten.

Kenmerken

Van toepassing op

GetClientPosition(PresentationSource)

Berekent de positie van de muisaanwijzer, in clientcoördinaten, in de opgegeven PresentationSource.

protected:
 System::Windows::Point GetClientPosition(System::Windows::PresentationSource ^ presentationSource);
protected System.Windows.Point GetClientPosition(System.Windows.PresentationSource presentationSource);
member this.GetClientPosition : System.Windows.PresentationSource -> System.Windows.Point
Protected Function GetClientPosition (presentationSource As PresentationSource) As Point

Parameters

presentationSource
PresentationSource

De bron waarin de muispositie wordt verkregen.

Retouren

De positie van de muisaanwijzer, in clientcoördinaten, in de opgegeven PresentationSource.

Van toepassing op