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

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

공개 메소드들

메소드 설명
DoLayout ( ) : void
NoteNumberGlyph ( float x, float y, Note n ) : AlphaTab.Model
Paint ( float cx, float cy, ICanvas canvas ) : void

메소드 상세

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

NoteNumberGlyph() 공개 메소드

public NoteNumberGlyph ( float x, float y, Note n ) : AlphaTab.Model
x float
y float
n AlphaTab.Model.Note
리턴 AlphaTab.Model

Paint() 공개 메소드

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
리턴 void