Artemis logo
Search Results for

    Show / Hide Table of Contents

    Class ArtemisLed

    Represents an RGB LED contained in an ArtemisDevice

    Inheritance
    System.Object
    CorePropertyChanged
    ArtemisLed
    Inherited Members
    CorePropertyChanged.PropertyChanged
    CorePropertyChanged.RequiresUpdate<T>(T, T)
    CorePropertyChanged.SetAndNotify<T>(T, T, String)
    CorePropertyChanged.OnPropertyChanged(String)
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class ArtemisLed : CorePropertyChanged, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    AbsoluteRectangle

    Gets the rectangle covering the LED

    Declaration
    public SKRect AbsoluteRectangle { get; }
    Property Value
    Type Description
    SkiaSharp.SKRect
    | Improve this Doc View Source

    Device

    Gets the device that contains this LED

    Declaration
    public ArtemisDevice Device { get; }
    Property Value
    Type Description
    ArtemisDevice
    | Improve this Doc View Source

    Layout

    Gets the layout applied to this LED

    Declaration
    public ArtemisLedLayout Layout { get; }
    Property Value
    Type Description
    ArtemisLedLayout
    | Improve this Doc View Source

    Rectangle

    Gets the rectangle covering the LED positioned relative to theDevice

    Declaration
    public SKRect Rectangle { get; }
    Property Value
    Type Description
    SkiaSharp.SKRect
    | Improve this Doc View Source

    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 Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX