Leaper WaferScan Toolkit
中文 / English 2.x
Public Member Functions | Properties
ILText Interface Reference

This interface expose APIs to create/modify a drawable text object. More...

Inheritance diagram for ILText:
LText

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.
 

Detailed Description

This interface expose APIs to create/modify a drawable text object.

To use this interface, you should create a LText object.

Example Code

Note: This interface is currently not available on Linux / MacOS platform.

Member Function Documentation

◆ Draw()

void Draw ( HDC  hdc,
double  zoomX,
double  zoomY,
double  panX,
double  panY 
)

Draw the text onto provide device context.

See also
Use Draw Functions
Remarks
This function is currently not available on Linux / MacOS platform.
See also
Draw()