[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.HatchBrush

HatchBrush Class

Represents the brush which draw with HatchStyle

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

Constructors

Name Description
HatchBrush(HatchStyle)

Initialize a new instance of the HatchBrush class

HatchBrush(HatchStyle, Color)

Initialize a new instance of the HatchBrush class

HatchBrush(HatchStyle, Color, Color)

Initialize a new instance of the HatchBrush class

Properties

Name Description
BackgroundColor

Gets or sets the color of this HatchBrush object.

ForegroundColor

Gets or sets the color of this HatchBrush object.

Style

Gets or sets the style of the HatchBrush.

Methods

Name Description
Clone()

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