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

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

공개 메소드들

메소드 설명
AddBeat ( BeatBounds bounds ) : void
AddMasterBar ( MasterBarBounds bounds ) : void
AddStaveGroup ( StaveGroupBounds bounds ) : void
BoundsLookup ( ) : AlphaTab.Collections
FindBeat ( Beat beat ) : BeatBounds
Finish ( ) : void
FromJson ( object json, AlphaTab.Model.Score score ) : BoundsLookup
GetBeatAtPos ( float x, float y ) : Beat
ToJson ( ) : object

비공개 메소드들

메소드 설명
BoundsToJson ( Bounds bounds ) : Bounds

메소드 상세

AddBeat() 공개 메소드

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

AddMasterBar() 공개 메소드

public AddMasterBar ( MasterBarBounds bounds ) : void
bounds MasterBarBounds
리턴 void

AddStaveGroup() 공개 메소드

public AddStaveGroup ( StaveGroupBounds bounds ) : void
bounds StaveGroupBounds
리턴 void

BoundsLookup() 공개 메소드

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

FindBeat() 공개 메소드

public FindBeat ( Beat beat ) : BeatBounds
beat AlphaTab.Model.Beat
리턴 BeatBounds

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

FromJson() 공개 정적인 메소드

public static FromJson ( object json, AlphaTab.Model.Score score ) : BoundsLookup
json object
score AlphaTab.Model.Score
리턴 BoundsLookup

GetBeatAtPos() 공개 메소드

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

ToJson() 공개 메소드

public ToJson ( ) : object
리턴 object