DrawAlphaLine
|
X1 [in], Y1 [in], X2 [in], Y2 [in]
|
Coordinates of the starting and ending point of the line relative to the image origin.
|
Width [in]
|
Width of the line in pixels.
|
Red [in], Green [in], Blue [in]
|
Values specifying the color or intensity of the line.
|
Opacity [in]
|
Vaule in the range 1-100 specifying the percentage of opacity at which the line will be blended with the underlying pixels in the image.
|
If 0, the pixels of the line will be reset to the fully transparent state.
|
If omitted, default value of 100 is used.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|