Artemis Artemis
Artemis Artemis

Search Results for

    Class ArtemisLed

    Represents an RGB LED contained in an ArtemisDevice

    Inheritance
    object
    CorePropertyChanged
    ArtemisLed
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class ArtemisLed : CorePropertyChanged

    Properties

    AbsoluteRectangle

    Gets the rectangle covering the LED

    Declaration
    public SKRect AbsoluteRectangle { get; }
    Property Value
    Type Description
    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
    SKRect

    RgbLed

    Gets the RGB.NET LED backing this Artemis LED

    Declaration
    public Led RgbLed { get; }
    Property Value
    Type Description
    Led

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.