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

This glyph allows to group several other glyphs to be drawn at the same x position
상속: Glyph
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Glyphs FastList

공개 메소드들

메소드 설명
AddGlyph ( Glyph g ) : void
DoLayout ( ) : void
GlyphGroup ( float x, float y ) : System
Paint ( float cx, float cy, ICanvas canvas ) : void

메소드 상세

AddGlyph() 공개 메소드

public AddGlyph ( Glyph g ) : void
g Glyph
리턴 void

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

GlyphGroup() 공개 메소드

public GlyphGroup ( float x, float y ) : System
x float
y float
리턴 System

Paint() 공개 메소드

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

프로퍼티 상세

Glyphs 보호되어 있는 프로퍼티

protected FastList Glyphs
리턴 FastList