Hi,
I'm drawing polygons on a window with (vsolid is an array with the coördinates)
The polygon is drawn in red, but there is a black line around it, how can I change this color?
Thanks,
MArc
I'm drawing polygons on a window with (vsolid is an array with the coördinates)
local hBrush1 := CreateSolidBrush( nRGB( 255, 0, 0) )
hOldBrush := SelectObject( sWnd:hDC, hBrush1 )
polypolygon( sWnd:hDC, vsolid )The polygon is drawn in red, but there is a black line around it, how can I change this color?
Thanks,
MArc
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite