'宣言
Public NotInheritable Class ColorBrush
Inherits Brush
public sealed class ColorBrush : Brush
解説
This brush has the same funtion as SolidBrush in painting. This brush will not consume gdi handle. In other word, the Handle property is always IntPtr.Zero. So it can not be used to C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.