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

GDIBrush() public method

public GDIBrush ( int Style, Color color ) : System
Style int
color Color
return System
        public GDIBrush(int Style, Color color)
        {
            hBrush = NativeMethods.CreateHatchBrush(Style, NativeMethods.ColorToInt(color));
            Create();
        }

Same methods

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