Class ArtemisLed
Represents an RGB LED contained in an ArtemisDevice
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class ArtemisLed : CorePropertyChanged, INotifyPropertyChanged
Properties
| Improve this Doc View SourceAbsoluteRectangle
Gets the rectangle covering the LED
Declaration
public SKRect AbsoluteRectangle { get; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKRect |
Device
Gets the device that contains this LED
Declaration
public ArtemisDevice Device { get; }
Property Value
Type | Description |
---|---|
ArtemisDevice |
Layout
Gets the layout applied to this LED
Declaration
public ArtemisLedLayout Layout { get; }
Property Value
Type | Description |
---|---|
ArtemisLedLayout |
Rectangle
Gets the rectangle covering the LED positioned relative to theDevice
Declaration
public SKRect Rectangle { get; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKRect |
RgbLed
Gets the RGB.NET LED backing this Artemis LED
Declaration
public Led RgbLed { get; }
Property Value
Type | Description |
---|---|
RGB.NET.Core.Led |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()