Version

GetRectRegionPoint Method

Syntax
'Declaration
 
Protected Function GetRectRegionPoint( _
   ByVal rect As System.Windows.Rect, _
   ByVal region As IGRectRegion, _
   ByVal double1 As System.Double, _
   ByVal double2 As System.Double, _
   ByVal bToScreen As System.Boolean _
) As System.Windows.Point
protected System.Windows.Point GetRectRegionPoint( 
   System.Windows.Rect rect,
   IGRectRegion region,
   System.double double1,
   System.double double2,
   System.bool bToScreen
)
protected: System.Windows.Point GetRectRegionPoint( 
   System.Windows.Rect rect,
   IGRectRegion region,
   System.double double1,
   System.double double2,
   System.bool bToScreen
) 

Parameters

rect
region
double1
double2
bToScreen
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