C# Класс StdPaint.BufferBrush

The base class for buffer brushes.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetColor ( int x, int y ) : BufferColor

Gets the color at the specified position.

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

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

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