|
DrawText
|
|
| X [in], Y [in]
|
| Coordinates of the beginning of the text relative to the image origin.
|
| Text [in]
|
| The string containing the text to be drawn.
|
| Red [in], Green [in], Blue [in]
|
| Values specifying the color or intensity of the text. If Green and Blue arguments are omitted, they will be assigned the value of Red.
|
| Opacity [in]
|
| An optional integer between 0 and 100 specifying the percentage of opacity at which the text will be blended with the underlying pixels in the image. If omitted, default value of 100 is used.
|
|
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|