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