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

Represents a single target of a brush render.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BrushRenderTarget ( CorsairLedId ledId, RectangleF rectangle ) : System.Drawing

Initializes a new instance of the BrushRenderTarget class.

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

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

Initializes a new instance of the BrushRenderTarget class.
public BrushRenderTarget ( CorsairLedId ledId, RectangleF rectangle ) : System.Drawing
ledId CorsairLedId The ID of the target-LED.
rectangle System.Drawing.RectangleF The rectangle representing the area to render the target-LED.
Результат System.Drawing