Class ArtemisLed
Represents an RGB LED contained in an ArtemisDevice
public class ArtemisLed : CorePropertyChanged
- Inheritance
-
objectCorePropertyChangedArtemisLed
Properties
AbsoluteRectangle
Gets the rectangle covering the LED
public SKRect AbsoluteRectangle { get; }
Property Value
Device
Gets the device that contains this LED
public ArtemisDevice Device { get; }
Property Value
Layout
Gets the layout applied to this LED
public ArtemisLedLayout? Layout { get; }
Property Value
Rectangle
Gets the rectangle covering the LED positioned relative to theDevice
public SKRect Rectangle { get; }
Property Value
RgbLed
Gets the RGB.NET LED backing this Artemis LED
public Led RgbLed { get; }
Property Value
- Led
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.