dotnetCHARTING Send comments on this topic.
GetShapesAtPoint(String) Method
See Also 
dotnetCHARTING.Mapping Namespace > Mapping Class > GetShapesAtPoint Method : GetShapesAtPoint(String) Method


pixelCoordinate
Pixel coordinates in the form of: "x,y".
Gets an arraylist of shapes beneath the specified pixel coorinates.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetShapesAtPoint( _
   ByVal pixelCoordinate As String _
) As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As Mapping
Dim pixelCoordinate As String
Dim value As ArrayList
 
value = instance.GetShapesAtPoint(pixelCoordinate)
C# 
public ArrayList GetShapesAtPoint( 
   string pixelCoordinate
)

Parameters

pixelCoordinate
Pixel coordinates in the form of: "x,y".

See Also

© 2010 All Rights Reserved.