Show / Hide Table of Contents

Class DebugRGBDevice

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Inheritance
object
AbstractBindable
Placeable
AbstractRGBDevice<DebugRGBDeviceInfo>
DebugRGBDevice
Implements
IRGBDevice<DebugRGBDeviceInfo>
IUnknownDevice
IRGBDevice
IEnumerable<Led>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
Inherited Members
AbstractRGBDevice<DebugRGBDeviceInfo>.DeviceInfo
AbstractRGBDevice<DebugRGBDeviceInfo>.ColorCorrections
AbstractRGBDevice<DebugRGBDeviceInfo>.Update(bool)
AbstractRGBDevice<DebugRGBDeviceInfo>.Dispose()
AbstractRGBDevice<DebugRGBDeviceInfo>.AddLed(LedId, in Point, in Size, object)
AbstractRGBDevice<DebugRGBDeviceInfo>.RemoveLed(LedId)
AbstractRGBDevice<DebugRGBDeviceInfo>.GetEnumerator()
Placeable.Location
Placeable.Size
Placeable.Scale
Placeable.Rotation
Placeable.ActualLocation
Placeable.ActualSize
Placeable.Boundary
Placeable.LocationChanged
Placeable.SizeChanged
Placeable.ScaleChanged
Placeable.RotationChanged
Placeable.ActualLocationChanged
Placeable.ActualSizeChanged
Placeable.BoundaryChanged
AbstractBindable.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.Debug
Assembly: RGB.NET.Devices.Debug.dll
Syntax
public sealed class DebugRGBDevice : AbstractRGBDevice<DebugRGBDeviceInfo>, IRGBDevice<DebugRGBDeviceInfo>, IUnknownDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable

Properties

| Edit this page View Source

Layout

Gets the layour used to describe this debug device.

Declaration
public IDeviceLayout Layout { get; }
Property Value
Type Description
IDeviceLayout

Methods

| Edit this page View Source

UpdateLeds(IEnumerable<Led>)

Sends all the updated Led to the device.

Declaration
protected override void UpdateLeds(IEnumerable<Led> ledsToUpdate)
Parameters
Type Name Description
IEnumerable<Led> ledsToUpdate
Overrides
AbstractRGBDevice<DebugRGBDeviceInfo>.UpdateLeds(IEnumerable<Led>)

Implements

IRGBDevice<TDeviceInfo>
IUnknownDevice
IRGBDevice
IEnumerable<T>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX