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

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

공개 메소드들

메소드 설명
BarSeperatorGlyph ( float x, float y, bool isLast = false ) : AlphaTab.Platform
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

메소드 상세

BarSeperatorGlyph() 공개 메소드

public BarSeperatorGlyph ( float x, float y, bool isLast = false ) : AlphaTab.Platform
x float
y float
isLast bool
리턴 AlphaTab.Platform

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

Paint() 공개 메소드

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