[]
Converts the char position to x coordinate position.
protected virtual int CharPositionToX(int charPosition)
Protected Overridable Function CharPositionToX(charPosition As Integer) As Integer
Type | Name | Description |
---|---|---|
int | charPosition | An int value indicates the char position. |
Type | Description |
---|---|
int | An int value indicates the x coordinate position. |