[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.HatchBrush.-ctor

HatchBrush Constructor

HatchBrush(HatchStyle)

Initialize a new instance of the HatchBrush class

Declaration
public HatchBrush(HatchStyle style)
Parameters
Type Name Description
HatchStyle style

A HatchStyle indicate the drawing style of Brush

HatchBrush(HatchStyle, Color)

Initialize a new instance of the HatchBrush class

Declaration
public HatchBrush(HatchStyle style, Color foregroundColor)
Parameters
Type Name Description
HatchStyle style

A HatchStyle indicate the drawing style of Brush

Color foregroundColor

A Color indicate the foreground color of the device on which be drawed

HatchBrush(HatchStyle, Color, Color)

Initialize a new instance of the HatchBrush class

Declaration
public HatchBrush(HatchStyle style, Color foregroundColor, Color backgroundColor)
Parameters
Type Name Description
HatchStyle style

A HatchStyle indicate the drawing style of Brush

Color foregroundColor

A Color indicate the foreground color of the device on which be drawed

Color backgroundColor

A Color indicate the backgound color of the device on which be drawed