Converts the x coordinate position to char position.
protected virtual int XToCharPosition(
int
)
'Declaration
Protected Overridable Function XToCharPosition( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As Field
Dim xPosition As Integer
Dim value As Integer
value = instance.XToCharPosition(xPosition)
Parameters
- xPosition
- An System.Int32 value indicates the x coordinate position.
Return Value
An
System.Int32 value indicates the char position.