C# Class StdPaint.RandomColorBufferBrush

Produces a random pattern of colors determined by a random number generator.
Inheritance: BufferBrush
Afficher le fichier Open project: TheBerkin/StdPaint

Méthodes publiques

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

Gets the color of the brush at the specified coordinates.

RandomColorBufferBrush ( ) : System

Creates a new RandomColorBufferBrush with the specified colors.

Method Details

GetColor() public méthode

Gets the color of the brush at the specified coordinates.
public GetColor ( int x, int y ) : BufferColor
x int The X coordinate.
y int The Y coordinate.
Résultat BufferColor

RandomColorBufferBrush() public méthode

Creates a new RandomColorBufferBrush with the specified colors.
public RandomColorBufferBrush ( ) : System
Résultat System