Answer the question
In order to leave comments, you need to log in
How to draw a clear line at an angle?
I use C++ Builder XE
To create a brush I use the function
TLogBrush lb = {BS_SOLID, RGB(91,155,213), 0};
FPen = ExtCreatePen(PS_GEOMETRIC | PS_ENDCAP_SQUARE , 8, &lb, 0, 0);
MoveToEx(FDC, 0, 0, 0);
LineTo(FDC, 300, 450);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question