Instead of using regions, device contexts and brushes, i will draw directly on the form.
I've changed code in drawFrame() method to:
void __fastcall TfrmMainForm::drawFrame()
{
form->Canvas->Pen->Style = psSolid;
form->Canvas->Pen->Width = 4;
form->Canvas->Pen->Color =...
Hello,
The issue is related to Windows GDI, actually about repainting "framed" regions (HRGN framed with "FrameRgn" function)
I'm making application using BCB including VCL library. I put TImage component/object on an empty form and loaded proper bitmap image to Picture property of that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.