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


p
Pixel coordinates.
Gets an arraylist of shapes beneath the specified pixel coorinates.

Syntax

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

Parameters

p
Pixel coordinates.

See Also

© 2010 All Rights Reserved.