Method | Description | |
---|---|---|
CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System |
Creates a new CheckeredBufferBrush with the specified colors.
|
|
GetColor ( int x, int y ) : BufferColor |
Gets the color of the brush at the specified coordinates.
|
public CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System | ||
colorA | BufferColor | The first color in the pattern. |
colorB | BufferColor | The second color in the pattern. |
return | System |
public GetColor ( int x, int y ) : BufferColor | ||
x | int | The X coordinate. |
y | int | The Y coordinate. |
return | BufferColor |