C# 클래스 AlphaTab.Rendering.Utils.MasterBarBounds

파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
AddBar ( BarBounds bounds ) : void
AddBeat ( BeatBounds bounds ) : void
FindBeatAtPos ( float x, float y ) : Beat
Finish ( ) : void
MasterBarBounds ( ) : AlphaTab.Collections

메소드 상세

AddBar() 공개 메소드

public AddBar ( BarBounds bounds ) : void
bounds BarBounds
리턴 void

AddBeat() 공개 메소드

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
리턴 void

FindBeatAtPos() 공개 메소드

public FindBeatAtPos ( float x, float y ) : Beat
x float
y float
리턴 AlphaTab.Model.Beat

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

MasterBarBounds() 공개 메소드

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