ComponentOne MultiSelect 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.Brush

    See Also