C# Class StdPaint.BufferBrush

The base class for buffer brushes.
显示文件 Open project: TheBerkin/StdPaint Class Usage Examples

Public Methods

Method Description
GetColor ( int x, int y ) : BufferColor

Gets the color at the specified position.

Method Details

GetColor() public abstract method

Gets the color at the specified position.
public abstract GetColor ( int x, int y ) : BufferColor
x int The X position to sample from.
y int The Y position to sample from.
return BufferColor