This class represents a character on the book page and its rect position. More...
Public Member Functions | |
| SymbolRect (float left, float top, float right, float bottom, int codepoint) | |
Properties | |
| RectangleF | Rect [get] |
| Visual position on the drawn bitmap of the page. | |
| string | Chars [get] |
| Character is represented as a string because of the multibyte Unicode characters. | |
This class represents a character on the book page and its rect position.
|
get |
Character is represented as a string because of the multibyte Unicode characters.
char in C#/.NET only represents single UTF-16 characters.