C# 클래스 CUE.NET.Brushes.BrushRenderTarget

Represents a single target of a brush render.
파일 보기 프로젝트 열기: DarthAffe/CUE.NET 1 사용 예제들

공개 메소드들

메소드 설명
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