Support Board
Date/Time: Wed, 27 Nov 2024 02:40:44 +0000
Post From: OpenGL support for custom drawings
[2023-10-04 07:49:07] |
erwinbeckers - Posts: 22 |
Thanks I installed 2553 and GDIExample is working now with the new functions However I have 1 question about DrawRectangle.. How can we draw a rectangle without filling it, so just the border? sc.Graphics.SetBackgroundMode(TRANSPARENT) has no effect and GraphicsBrush.m_BrushColor.Color.RGB.Alpha=0 also doesn't It looks like DrawRectangle is always a FillRectangle Date Time Of Last Edit: 2023-10-04 08:13:11
|