Converts the specified value from data to pixel coordinates.
public System.double Convert(
System.double
)
'Declaration
Public Function Convert( _
ByVal As System.Double _
) As System.Double
Parameters
- val
- The data value to convert.
Return Value
The value in control's pixel coordinates.