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

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

공개 메소드들

메소드 설명
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform

메소드 상세

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

Paint() 공개 메소드

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

RepeatCountGlyph() 공개 메소드

public RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform
x float
y float
count int
리턴 AlphaTab.Platform