C# 클래스 AlphaTab.Model.Bar

A bar is a single block within a track, also known as Measure.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
AddVoice ( Voice voice ) : void
Bar ( ) : AlphaTab.Collections
CopyTo ( Bar src, Bar dst ) : void
Finish ( ) : void

메소드 상세

AddVoice() 공개 메소드

public AddVoice ( Voice voice ) : void
voice Voice
리턴 void

Bar() 공개 메소드

public Bar ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections

CopyTo() 공개 정적인 메소드

public static CopyTo ( Bar src, Bar dst ) : void
src Bar
dst Bar
리턴 void

Finish() 공개 메소드

public Finish ( ) : void
리턴 void