ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Brush Class
Members

In This Topic
    Brush Class
    In This Topic
    Represents the base class of all kinds of brush
    Syntax
    'Declaration
     
    
    Public MustInherit Class Brush 
       Inherits GdiObject
    public abstract class Brush : GdiObject 
    Remarks
    This is an abstract class, which is just details that it's ranged to Brush. To use a Brush, you should create an instance from its inherited class. Refer to SolidBrush, HatchBrush, PatternBrush
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          C1.Framework.Drawing.Gdi.GdiObject
             C1.Framework.Drawing.Gdi.Brush
                C1.Framework.Drawing.Gdi.ColorBrush
                C1.Framework.Drawing.Gdi.GradientBrush
                C1.Framework.Drawing.Gdi.HatchBrush
                C1.Framework.Drawing.Gdi.HollowBrush
                C1.Framework.Drawing.Gdi.PatternBrush
                C1.Framework.Drawing.Gdi.SolidBrush
                C1.Framework.Drawing.Gdi.TextureBrush

    See Also