Struct RenderTarget
Represents a single target of a brush render.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public readonly struct RenderTarget
Constructors
| Edit this page View SourceRenderTarget(Led, Rectangle)
Initializes a new instance of the RenderTarget class.
Declaration
public RenderTarget(Led led, Rectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
Led | led | The target-Led. |
Rectangle | rectangle | The Rectangle representing the area to render the target-Led. |
Properties
| Edit this page View SourceLed
Gets the target-Led.
Declaration
public Led Led { get; }
Property Value
Type | Description |
---|---|
Led |
Point
Declaration
public Point Point { get; }
Property Value
Type | Description |
---|---|
Point |
Rectangle
Declaration
public Rectangle Rectangle { get; }
Property Value
Type | Description |
---|---|
Rectangle |