Version

GetMouseActionPoint(FrameworkElement,IGRectRegion,Double,Double) Method

Method is modified to call the local GetScreenRectForFrameworkElement instead of the method in SharedUtils.
Syntax
'Declaration
 
Protected Overloads Overrides Function GetMouseActionPoint( _
   ByVal fwElem As System.Windows.FrameworkElement, _
   ByVal rectRegion As IGRectRegion, _
   ByVal double1 As System.Double, _
   ByVal double2 As System.Double _
) As System.Windows.Point
protected override System.Windows.Point GetMouseActionPoint( 
   System.Windows.FrameworkElement fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2
)
protected: System.Windows.Point GetMouseActionPoint( 
   System.Windows.FrameworkElement* fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2
) override 

Parameters

fwElem
rectRegion
double1
double2
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