Class OpenRGBZoneDevice
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
OpenRGBZoneDevice
Implements
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBZoneDevice : AbstractOpenRGBDevice<OpenRGBDeviceInfo>, IRGBDevice<OpenRGBDeviceInfo>, IOpenRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Constructors
| Edit this page View SourceOpenRGBZoneDevice(OpenRGBDeviceInfo, int, Zone, IUpdateQueue)
Initializes a new instance of the OpenRGBZoneDevice class.
Declaration
public OpenRGBZoneDevice(OpenRGBDeviceInfo info, int initialLed, Zone zone, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
OpenRGBDeviceInfo | info | The information provided by OpenRGB |
int | initialLed | The ledId of the first led in the device that belongs to this zone. |
Zone | zone | The Zone information provided by OpenRGB. |
IUpdateQueue | updateQueue | The queue used to update this zone. |