Show / Hide Table of Contents

Class OpenRGBGenericDevice

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<OpenRGBDeviceInfo>
AbstractOpenRGBDevice<OpenRGBDeviceInfo>
OpenRGBGenericDevice
Implements
IRGBDevice<OpenRGBDeviceInfo>
IOpenRGBDevice
IRGBDevice
IEnumerable<Led>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
Inherited Members
AbstractRGBDevice<OpenRGBDeviceInfo>.DeviceInfo
AbstractRGBDevice<OpenRGBDeviceInfo>.ColorCorrections
AbstractRGBDevice<OpenRGBDeviceInfo>.Update(bool)
AbstractRGBDevice<OpenRGBDeviceInfo>.Dispose()
AbstractRGBDevice<OpenRGBDeviceInfo>.AddLed(LedId, in Point, in Size, object)
AbstractRGBDevice<OpenRGBDeviceInfo>.RemoveLed(LedId)
AbstractRGBDevice<OpenRGBDeviceInfo>.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.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBGenericDevice : AbstractOpenRGBDevice<OpenRGBDeviceInfo>, IRGBDevice<OpenRGBDeviceInfo>, IOpenRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable

Constructors

| Edit this page View Source

OpenRGBGenericDevice(OpenRGBDeviceInfo, IUpdateQueue)

Initializes a new instance of the OpenRGBGenericDevice class.

Declaration
public OpenRGBGenericDevice(OpenRGBDeviceInfo info, IUpdateQueue updateQueue)
Parameters
Type Name Description
OpenRGBDeviceInfo info

Generic information for the device.

IUpdateQueue updateQueue

The queue used to update the device.

Implements

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