Show / Hide Table of Contents

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 Source

CustomData

Gets the the custom data associated with the LED.

Declaration
object? CustomData { get; }
Property Value
Type Description
object
| Edit this page View Source

Height

Gets the height of the LedLayout.

Declaration
float Height { get; }
Property Value
Type Description
float
| Edit this page View Source

Id

Gets or sets the Id of the LedLayout.

Declaration
string? Id { get; }
Property Value
Type Description
string
| Edit this page View Source

Shape

Gets or sets the Shape of the LedLayout.

Declaration
Shape Shape { get; }
Property Value
Type Description
Shape
| Edit this page View Source

ShapeData

Gets or sets the vecor-data representing a custom-shape of the LedLayout.

Declaration
string? ShapeData { get; }
Property Value
Type Description
string
| Edit this page View Source

Width

Gets the width of the LedLayout.

Declaration
float Width { get; }
Property Value
Type Description
float
| Edit this page View Source

X

Gets the x-position of the LedLayout.

Declaration
float X { get; }
Property Value
Type Description
float
| Edit this page View Source

Y

Gets the y-position of the LedLayout.

Declaration
float Y { get; }
Property Value
Type Description
float
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX