Version

GetPointFromRectRegion(Rectangle,QTPRectRegion,Int32,Int32) Method

Syntax
'Declaration
 
Public Overloads Shared Function GetPointFromRectRegion( _
   ByVal rect As System.Drawing.Rectangle, _
   ByVal region As QTPRectRegion, _
   ByVal iNum1 As System.Integer, _
   ByVal iNum2 As System.Integer _
) As System.Drawing.Point
public static System.Drawing.Point GetPointFromRectRegion( 
   System.Drawing.Rectangle rect,
   QTPRectRegion region,
   System.int iNum1,
   System.int iNum2
)

Parameters

rect
region
iNum1
iNum2
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