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

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

공개 메소드들

메소드 설명
BendGlyph ( Note n, float bendValueHeight ) : System
Paint ( float cx, float cy, ICanvas canvas ) : void

비공개 메소드들

메소드 설명
GetFractionSign ( int steps ) : string
PaintBend ( AlphaTab.Model.BendPoint firstPt, AlphaTab.Model.BendPoint secondPt, float cx, float cy, float dX, ICanvas canvas ) : void

메소드 상세

BendGlyph() 공개 메소드

public BendGlyph ( Note n, float bendValueHeight ) : System
n AlphaTab.Model.Note
bendValueHeight float
리턴 System

Paint() 공개 메소드

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