EGenericDrawAdapter::Text
Draws a text.
Namespace: Euresys::Open_eVision
[C++]
void Text(
const std::string& text,
int x,
int y,
EBrush textBrush
)
void Text(
const std::string& text,
int x,
int y,
float orientation,
EBrush textBrush
)
Parameters
text
Text to draw.
x
X position of the text.
y
Y position of the text.
textBrush
Optional brush to use for the color of the text.
orientation
Orientation of the text in radians.
EGenericDrawAdapter.Text
Draws a text.
Namespace: Euresys.Open_eVision
[C#]
void Text(
string text,
int x,
int y,
Euresys.Open_eVision.EBrush textBrush
)
void Text(
string text,
int x,
int y,
float orientation,
Euresys.Open_eVision.EBrush textBrush
)
Parameters
text
Text to draw.
x
X position of the text.
y
Y position of the text.
textBrush
Optional brush to use for the color of the text.
orientation
Orientation of the text in radians.