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

상속: GroupedEffectGlyph
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
LineRangedGlyph ( string label ) : System

보호된 메소드들

메소드 설명
PaintGrouped ( float cx, float cy, float endX, ICanvas canvas ) : void
PaintNonGrouped ( float cx, float cy, ICanvas canvas ) : void

메소드 상세

LineRangedGlyph() 공개 메소드

public LineRangedGlyph ( string label ) : System
label string
리턴 System

PaintGrouped() 보호된 메소드

protected PaintGrouped ( float cx, float cy, float endX, ICanvas canvas ) : void
cx float
cy float
endX float
canvas ICanvas
리턴 void

PaintNonGrouped() 보호된 메소드

protected PaintNonGrouped ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
리턴 void