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

A glyph is a single symbol which can be added to a GlyphBarRenderer for automated layouting and drawing of stacked symbols.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

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

메소드 상세

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

Glyph() 공개 메소드

public Glyph ( float x, float y ) : AlphaTab.Platform
x float
y float
리턴 AlphaTab.Platform

Paint() 공개 메소드

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