Visual Basic (Declaration) | |
---|---|
Public Function GetValueAtX( _ ByVal coordinates As String _ ) As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public object GetValueAtX( string coordinates ) |
Parameters
- coordinates
- A string representing the coordinates of the image. For example: "100,230"