Show / Hide Table of Contents

Class CorsairLedStripRGBDevice

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

Methods

| Edit this page View Source

CreateMapping(IEnumerable<CorsairLedId>)

Declaration
protected override LedMapping<CorsairLedId> CreateMapping(IEnumerable<CorsairLedId> ids)
Parameters
Type Name Description
IEnumerable<CorsairLedId> ids
Returns
Type Description
LedMapping<CorsairLedId>
Overrides
CorsairRGBDevice<CorsairLedStripRGBDeviceInfo>.CreateMapping(IEnumerable<CorsairLedId>)

Implements

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