메소드 | 설명 | |
---|---|---|
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. |
리턴 | BufferColor |
public SolidBufferBrush ( BufferColor color ) : System | ||
color | BufferColor | The color of the brush. |
리턴 | System |