C# Класс StdPaint.HorizontalStripeBufferBrush

A buffer brush that produces horizontal stripes of different colors.
Наследование: BufferBrush
Показать файл Открыть проект

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

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

Gets the color of the brush at the specified coordinates.

HorizontalStripeBufferBrush ( int thickness ) : System

Creates a new HorizontalStripeBufferBrush 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

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

Creates a new HorizontalStripeBufferBrush with the specified colors.
public HorizontalStripeBufferBrush ( int thickness ) : System
thickness int The thickness of the stripes.
Результат System