C# 클래스 CUE.NET.Groups.Extensions.LedGroupExtension

Offers some extensions and helper-methods for ledgroup related things.
파일 보기 프로젝트 열기: DarthAffe/CUE.NET

공개 메소드들

메소드 설명
Attach ( this ledGroup ) : bool

Attaches the given ledgroup to the device.

Detach ( this ledGroup ) : bool

Detaches the given ledgroup from the device.

Exclude ( this ledGroup ) : ListLedGroup

Returns a new ListLedGroup which contains all LEDs from the given ledgroup excluding the specified ones.

ToListLedGroup ( this ledGroup ) : ListLedGroup

Converts the given AbstractLedGroup to a ListLedGroup.

메소드 상세

Attach() 공개 정적인 메소드

Attaches the given ledgroup to the device.
public static Attach ( this ledGroup ) : bool
ledGroup this The ledgroup to attach.
리턴 bool

Detach() 공개 정적인 메소드

Detaches the given ledgroup from the device.
public static Detach ( this ledGroup ) : bool
ledGroup this The ledgroup to attach.
리턴 bool

Exclude() 공개 정적인 메소드

Returns a new ListLedGroup which contains all LEDs from the given ledgroup excluding the specified ones.
public static Exclude ( this ledGroup ) : ListLedGroup
ledGroup this The base ledgroup.
리턴 ListLedGroup

ToListLedGroup() 공개 정적인 메소드

Converts the given AbstractLedGroup to a ListLedGroup.
public static ToListLedGroup ( this ledGroup ) : ListLedGroup
ledGroup this The to convert.
리턴 ListLedGroup