Intersoft ClientUI Documentation
GetPosition Method (MouseEventArgsExtensions)



Syntax
<ExtensionAttribute()>
Public Shared Function GetPosition( _
   ByVal args As MouseEventArgs, _
   ByVal relativeTo As FrameworkElement, _
   ByVal crossPlatform As Boolean _
) As Point
Dim args As MouseEventArgs
Dim relativeTo As FrameworkElement
Dim crossPlatform As Boolean
Dim value As Point
 
value = MouseEventArgsExtensions.GetPosition(args, relativeTo, crossPlatform)
[ExtensionAttribute()]
public static Point GetPosition( 
   MouseEventArgs args,
   FrameworkElement relativeTo,
   bool crossPlatform
)
[ExtensionAttribute()]
public:
static Point GetPosition( 
   MouseEventArgs^ args,
   FrameworkElement^ relativeTo,
   bool crossPlatform
) 

Parameters

args
relativeTo
crossPlatform
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MouseEventArgsExtensions Class
MouseEventArgsExtensions Members

Send Feedback