GetValueAtX Method
Returns the value of this X axis at the specified x/y coordinates.
Syntax
'Declaration Public Function GetValueAtX( _ ByVal coordinates As String _ ) As Object
'Usage Dim instance As Axis Dim coordinates As String Dim value As Object value = instance.GetValueAtX(coordinates)
public object GetValueAtX( string coordinates )
Parameters
- coordinates
- A string representing the coordinates of the image. For example: "100,230"
Return Value
An object representing the value of the axis at the given position.
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