[]
Gets or sets the pattern mask.
public byte[,] Pattern { get; set; }
Type | Description |
---|---|
byte[,] | A int array that indicates the pattern. Each bit represents a pixel. 0 - indicates to fill the pixel with foreground color. 1 - indicates to fill the pixel with background color. |
If the Pattern is null or empty, all pixel will be filled with background color.