C# Класс StdPaint.RandomColorBufferBrush

Produces a random pattern of colors determined by a random number generator.
Наследование: BufferBrush
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetColor() публичный Метод

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.
Результат BufferColor

RandomColorBufferBrush() публичный Метод

Creates a new RandomColorBufferBrush with the specified colors.
public RandomColorBufferBrush ( ) : System
Результат System