ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / SolidBrush Class
Members

In This Topic
    SolidBrush Class
    In This Topic
    Represents the brush which always solid draw
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SolidBrush 
       Inherits Brush
    public sealed class SolidBrush : Brush 
    Remarks
    Here we only can support NameKnowedColor or Null alpha ARGB color if SolidBrush.Color is System.Drawing.Color.Transparent or System.Drawing.Color.Empty, it means create a HollowBrush
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
                C1.Framework.Drawing.Gdi.SolidBrush

    See Also