[]
Initialize a new instance of the HatchBrush class
public HatchBrush(HatchStyle style)
Type | Name | Description |
---|---|---|
HatchStyle | style | A HatchStyle indicate the drawing style of Brush |
Initialize a new instance of the HatchBrush class
public HatchBrush(HatchStyle style, Color foregroundColor)
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 |
Initialize a new instance of the HatchBrush class
public HatchBrush(HatchStyle style, Color foregroundColor, Color backgroundColor)
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 |