[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.SolidBrush

SolidBrush Class

Represents the brush which always solid draw

Inheritance
SolidBrush
Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public sealed class SolidBrush : Brush, IDisposable, ICloneable
Remarks

Here we only can support NameKnowedColor or Null alpha ARGB color if Color is Transparent or Empty, it means create a HollowBrush

Constructors

Name Description
SolidBrush()

Initializes a new instance of the SolidBrush class.

SolidBrush(Color)

Initializes a new instance of the SolidBrush class with the specified color.

Properties

Name Description
Color

Gets or sets the color of this SolidBrush object.

Methods

Name Description
Clone()

Create a SolidBrush that has the same style as this brush.