C# Класс StdPaint.CheckeredBufferBrush

A buffer brush that produces a checkered pattern when used.
Наследование: BufferBrush
Показать файл Открыть проект

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

Метод Описание
CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System

Creates a new CheckeredBufferBrush with the specified colors.

GetColor ( int x, int y ) : BufferColor

Gets the color of the brush at the specified coordinates.

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

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

Creates a new CheckeredBufferBrush with the specified colors.
public CheckeredBufferBrush ( BufferColor colorA, BufferColor colorB ) : System
colorA BufferColor The first color in the pattern.
colorB BufferColor The second color in the pattern.
Результат System

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