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

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

보호된 프로퍼티들

프로퍼티 타입 설명
EndNote AlphaTab.Model.Note
Parent Glyph
StartNote AlphaTab.Model.Note
YOffset float

공개 메소드들

메소드 설명
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
PaintTie ( ICanvas canvas, float scale, float x1, float y1, float x2, float y2, bool down = false ) : void

paints a tie between the two given points

TieGlyph ( Note startNote, Note endNote, Glyph parent, bool forEnd ) : System

보호된 메소드들

메소드 설명
GetBeamDirection ( Note note, BarRendererBase noteRenderer ) : BeamDirection

메소드 상세

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

GetBeamDirection() 보호된 메소드

protected GetBeamDirection ( Note note, BarRendererBase noteRenderer ) : BeamDirection
note AlphaTab.Model.Note
noteRenderer BarRendererBase
리턴 BeamDirection

Paint() 공개 메소드

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

PaintTie() 공개 정적인 메소드

paints a tie between the two given points
public static PaintTie ( ICanvas canvas, float scale, float x1, float y1, float x2, float y2, bool down = false ) : void
canvas ICanvas
scale float
x1 float
y1 float
x2 float
y2 float
down bool
리턴 void

TieGlyph() 공개 메소드

public TieGlyph ( Note startNote, Note endNote, Glyph parent, bool forEnd ) : System
startNote AlphaTab.Model.Note
endNote AlphaTab.Model.Note
parent Glyph
forEnd bool
리턴 System

프로퍼티 상세

EndNote 보호되어 있는 프로퍼티

protected Note,AlphaTab.Model EndNote
리턴 AlphaTab.Model.Note

Parent 보호되어 있는 프로퍼티

protected Glyph,AlphaTab.Rendering.Glyphs Parent
리턴 Glyph

StartNote 보호되어 있는 프로퍼티

protected Note,AlphaTab.Model StartNote
리턴 AlphaTab.Model.Note

YOffset 보호되어 있는 프로퍼티

protected float YOffset
리턴 float