epuBear SDK (MAUI)
 
Loading...
Searching...
No Matches
epuBear.SDK.SymbolRect Class Reference

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.
 

Detailed Description

This class represents a character on the book page and its rect position.

Property Documentation

◆ Chars

string epuBear.SDK.SymbolRect.Chars
get

Character is represented as a string because of the multibyte Unicode characters.

char in C#/.NET only represents single UTF-16 characters.


The documentation for this class was generated from the following file: