Version

GetMouseActionPoint(Object,FrameworkElement,IGRectRegion,Double,Double,Boolean,Boolean) Method

Syntax
'Declaration
 
Protected Overloads Overridable Function GetMouseActionPoint( _
   ByVal oSourceObject As System.Object, _
   ByVal fwElem As System.Windows.FrameworkElement, _
   ByVal rectRegion As IGRectRegion, _
   ByVal double1 As System.Double, _
   ByVal double2 As System.Double, _
   ByVal bValidate As System.Boolean, _
   ByVal bScrollItem As System.Boolean _
) As System.Windows.Point
protected virtual System.Windows.Point GetMouseActionPoint( 
   System.object oSourceObject,
   System.Windows.FrameworkElement fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2,
   System.bool bValidate,
   System.bool bScrollItem
)
protected: virtual System.Windows.Point GetMouseActionPoint( 
   System.Object* oSourceObject,
   System.Windows.FrameworkElement* fwElem,
   IGRectRegion rectRegion,
   System.double double1,
   System.double double2,
   System.bool bValidate,
   System.bool bScrollItem
) 

Parameters

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