Drawing Manager
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The Drawing Manager implements complicated drawing algorithms, which allow to add professional quality graphic effects such as:
- Shadows
- Gradient fills of rectangles and rings
- Alpha-blending and color mixing
- Rounded rectangles
- Ellipses
Sample code:
CBCGPDrawManager dm (*pDC);
dm.FillGradient (rect, color1,color2);