Show / Hide Table of Contents

Class AsusUnspecifiedRGBDevice

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

Methods

| Edit this page View Source

GetLedCustomData(LedId)

Gets the custom data associated with the specified LED.

Declaration
protected override object? GetLedCustomData(LedId ledId)
Parameters
Type Name Description
LedId ledId

The id of the led.

Returns
Type Description
object

The custom data for the specified LED.

Overrides
RGB.NET.Core.AbstractRGBDevice<RGB.NET.Devices.Asus.AsusRGBDeviceInfo>.GetLedCustomData(RGB.NET.Core.LedId)

Implements

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