Version

GetMouseOffSet Method

Returns a point describing the distance between the mouse and the upper left corner of the image. As the drag takes place, the DragWindow will be positioned relative to the mouse based on this value.
Syntax
'Declaration
 
Public Shared Function GetMouseOffSet( _
   ByVal dragElements() As Infragistics.Win.UIElement _
) As Point
public static Point GetMouseOffSet( 
   Infragistics.Win.UIElement[] dragElements
)

Parameters

dragElements
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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