This interface expose APIs to create/modify a drawable text object. More...
Public Member Functions | |
| void | Draw (HDC hdc, double zoomX, double zoomY, double panX, double panY) |
Properties | |
| LPVAlignment | Alignment [get, set] |
| The alignment of the text. | |
| int | PosX [get, set] |
| The x-coordinate of the position. | |
| int | PosY [get, set] |
| The y-coordinate of the position. | |
| BSTR | Text [get, set] |
| The text string. | |
This interface expose APIs to create/modify a drawable text object.
To use this interface, you should create a LText object.
Note: This interface is currently not available on Linux / MacOS platform.
| void Draw | ( | HDC | hdc, |
| double | zoomX, | ||
| double | zoomY, | ||
| double | panX, | ||
| double | panY | ||
| ) |
Draw the text onto provide device context.