.netCHARTING v10.5 Documentation


Pixel coordinates in the form of: "x,y".
GetShapesAtPoint(String) Method
Gets an arraylist of shapes beneath the specified pixel coorinates.
Syntax
'Declaration
 
Public Overloads Function GetShapesAtPoint( _
   ByVal pixelCoordinate As String _
) As ArrayList
'Usage
 
Dim instance As Mapping
Dim pixelCoordinate As String
Dim value As ArrayList
 
value = instance.GetShapesAtPoint(pixelCoordinate)
public ArrayList GetShapesAtPoint( 
   string pixelCoordinate
)

Parameters

pixelCoordinate
Pixel coordinates in the form of: "x,y".
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