C# Class CUE.NET.Brushes.BrushRenderTarget

Represents a single target of a brush render.
Show file Open project: DarthAffe/CUE.NET Class Usage Examples

Public Methods

Method Description
BrushRenderTarget ( CorsairLedId ledId, RectangleF rectangle ) : System.Drawing

Initializes a new instance of the BrushRenderTarget class.

Method Details

BrushRenderTarget() public method

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.
return System.Drawing