Table of Contents

Class ArtemisLed

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents an RGB LED contained in an ArtemisDevice

public class ArtemisLed : CorePropertyChanged
Inheritance
object
CorePropertyChanged
ArtemisLed

Properties

AbsoluteRectangle

Gets the rectangle covering the LED

public SKRect AbsoluteRectangle { get; }

Property Value

SKRect

Device

Gets the device that contains this LED

public ArtemisDevice Device { get; }

Property Value

ArtemisDevice

Layout

Gets the layout applied to this LED

public ArtemisLedLayout? Layout { get; }

Property Value

ArtemisLedLayout

Rectangle

Gets the rectangle covering the LED positioned relative to theDevice

public SKRect Rectangle { get; }

Property Value

SKRect

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.