[]
Initializes a new instance of the PatternBrush class.
public PatternBrush(byte[,] pattern)
| Type | Name | Description |
|---|---|---|
| byte[,] | pattern | A byte array that indicates the pattern. |
Initializes a new instance of the PatternBrush class.
public PatternBrush(byte[,] pattern, Color foregroundColor)
| Type | Name | Description |
|---|---|---|
| byte[,] | pattern | A byte array that indicates the pattern. |
| Color | foregroundColor | A Color that indicates the foreground color of the pattern. |
Initializes a new instance of the PatternBrush class.
public PatternBrush(byte[,] pattern, Color foregroundColor, Color backgroundColor)
| Type | Name | Description |
|---|---|---|
| byte[,] | pattern | A byte array that indicates the pattern. |
| Color | foregroundColor | A Color that indicates the foreground color of the pattern. |
| Color | backgroundColor | A Color that indicates the background color of the pattern. |