Alsing.Drawing.GDI.GDIBrush.GDIBrush C# (CSharp) Method

GDIBrush() public method

public GDIBrush ( Color color ) : System
color Color
return System
        public GDIBrush(Color color)
        {
            hBrush = NativeMethods.CreateSolidBrush(NativeMethods.ColorToInt(color));
            Create();
        }

Same methods

GDIBrush::GDIBrush ( Bitmap pattern ) : System
GDIBrush::GDIBrush ( IntPtr hBMP_Pattern ) : System
GDIBrush::GDIBrush ( int BrushIndex ) : System
GDIBrush::GDIBrush ( int Style, Color color ) : System