Method | Description | |
---|---|---|
GetColor ( int x, int y ) : BufferColor |
Gets the color of the brush at the specified coordinates.
|
|
SolidBufferBrush ( BufferColor color ) : System |
Creates a new SolidBufferBrush of a specified color.
|
public GetColor ( int x, int y ) : BufferColor | ||
x | int | The X coordinate. |
y | int | The Y coordinate. |
return | BufferColor |
public SolidBufferBrush ( BufferColor color ) : System | ||
color | BufferColor | The color of the brush. |
return | System |