DrawText
Draws string
DrawText <string>, <color>, <newLine>
Parameters
<string>
|
String to be drawn
|
<color>
|
Color of the text to be drawn
|
<newLine>
|
Specifies whether or not to insert a line break after drawing the specified string
|
Return Value
None.
Description
Draw string in the image display window.
Color of the string is specified by the argument <color>, The value that can be specified is as follows.
JUDGE_NC Gray
JUDGE_OK OK color(Black)
JUDGE_NG NG color(Red)
It makes an error(Illegal function call) when performing it not in the *MeasureDispT subroutine.
Notes