C# Class StdPaint.BufferBrush

The base class for buffer brushes.
Afficher le fichier Open project: TheBerkin/StdPaint Class Usage Examples

Méthodes publiques

Méthode Description
GetColor ( int x, int y ) : BufferColor

Gets the color at the specified position.

Method Details

GetColor() public abstract méthode

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.
Résultat BufferColor