Interface ILedLayout
Represents a generic layour of a LED.
Namespace: RGB.NET.Layout
Assembly: RGB.NET.Layout.dll
Syntax
public interface ILedLayout
Properties
| Edit this page View SourceCustomData
Gets the the custom data associated with the LED.
Declaration
object? CustomData { get; }
Property Value
Type | Description |
---|---|
object |
Height
Gets the height of the LedLayout.
Declaration
float Height { get; }
Property Value
Type | Description |
---|---|
float |
Id
Gets or sets the Id of the LedLayout.
Declaration
string? Id { get; }
Property Value
Type | Description |
---|---|
string |
Shape
Declaration
Shape Shape { get; }
Property Value
Type | Description |
---|---|
Shape |
ShapeData
Gets or sets the vecor-data representing a custom-shape of the LedLayout.
Declaration
string? ShapeData { get; }
Property Value
Type | Description |
---|---|
string |
Width
Gets the width of the LedLayout.
Declaration
float Width { get; }
Property Value
Type | Description |
---|---|
float |
X
Gets the x-position of the LedLayout.
Declaration
float X { get; }
Property Value
Type | Description |
---|---|
float |
Y
Gets the y-position of the LedLayout.
Declaration
float Y { get; }
Property Value
Type | Description |
---|---|
float |