| オーバーロード | 解説 |
|---|---|
| HatchBrush コンストラクタ() | Initializes a new instance of the HatchBrush class using default values: black foreground, transparent background, HatchStyle.Horizontal hatch style. |
| HatchBrush コンストラクタ(HatchStyle) | Initializes a new instance of the HatchBrush class using specified hatch style, and default colors (black on transparent). |
| HatchBrush コンストラクタ(HatchBrush) | Creates a copy of a HatchBrush object. |