C# Class CUE.NET.Brushes.BrushRenderTarget

Represents a single target of a brush render.
Afficher le fichier Open project: DarthAffe/CUE.NET Class Usage Examples

Méthodes publiques

Méthode Description
BrushRenderTarget ( CorsairLedId ledId, RectangleF rectangle ) : System.Drawing

Initializes a new instance of the BrushRenderTarget class.

Method Details

BrushRenderTarget() public méthode

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.
Résultat System.Drawing