Version

GetPointFromRectRegion(Rectangle,QTPRectRegion,Int32) Method

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

Parameters

rect
region
iOffset
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