C# Класс CUE.NET.Brushes.SolidColorBrush

Represents a brush drawing only a single color.
Наследование: CUE.NET.Brushes.AbstractBrush
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SolidColorBrush ( CorsairColor color ) : System.Drawing

Initializes a new instance of the SolidColorBrush class.

Защищенные методы

Метод Описание
GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor

Gets the color at an specific point assuming the brush is drawn into the given rectangle.

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

GetColorAtPoint() защищенный Метод

Gets the color at an specific point assuming the brush is drawn into the given rectangle.
protected GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor
rectangle System.Drawing.RectangleF The rectangle in which the brush should be drawn.
renderTarget BrushRenderTarget The target (key/point) from which the color should be taken.
Результат CUE.NET.Devices.Generic.CorsairColor

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

Initializes a new instance of the SolidColorBrush class.
public SolidColorBrush ( CorsairColor color ) : System.Drawing
color CUE.NET.Devices.Generic.CorsairColor The color drawn by the brush.
Результат System.Drawing