| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GetShapesAtPoint( _ ByVal pixelCoordinate As String _ ) As ArrayList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ArrayList GetShapesAtPoint( string pixelCoordinate ) | |
Parameters
- pixelCoordinate
- Pixel coordinates in the form of: "x,y".