C# 클래스 AlphaTab.Rendering.Glyphs.ScoreRestGlyph

상속: AlphaTab.Rendering.Glyphs.MusicFontGlyph
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
DoLayout ( ) : void
ScoreRestGlyph ( float x, float y, Duration duration ) : AlphaTab.Model
UpdateBeamingHelper ( float cx ) : void

비공개 메소드들

메소드 설명
GetSymbol ( Duration duration ) : MusicFontSymbol

메소드 상세

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

ScoreRestGlyph() 공개 메소드

public ScoreRestGlyph ( float x, float y, Duration duration ) : AlphaTab.Model
x float
y float
duration Duration
리턴 AlphaTab.Model

UpdateBeamingHelper() 공개 메소드

public UpdateBeamingHelper ( float cx ) : void
cx float
리턴 void