[]
Converts the x coordinate position to char position.
protected virtual int XToCharPosition(int xPosition)
Protected Overridable Function XToCharPosition(xPosition As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | xPosition | An int value indicates the x coordinate position. |
| Type | Description |
|---|---|
| int | An int value indicates the char position. |
This method converts the int value indicates the position on x coordinate, which related to the left most of the Field, to a char position value.