DrawLine (TcVnVector4_DINT)
Draws a line.
Syntax
Definition:
HRESULT DrawLine(
HRESULT hrPrev,
TcVnVector4_DINT& aLine,
ITcVnImage* ipDestImage,
TcVnVector4_LREAL& aColor,
LONG nThickness,
ETcVnLineType eLineType = LT_8_CONNECTED,
ULONG nShift = 0
)
Parameters
Name |
Type |
Default |
Description |
---|---|---|---|
hrPrev |
|
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
aLine |
|
The start and end point of a line segment [x1, y1, x2, y2] | |
ipDestImage |
|
Destination image | |
aColor |
|
Color | |
nThickness |
LONG |
|
Line thickness |
eLineType |
LT_8_CONNECTED |
Line type | |
nShift |
ULONG |
0 |
Fractional bits of the coordinates (bit shift) |
Required License
TC3 Vision Base