C# Class AlphaTab.Rendering.Glyphs.RepeatCountGlyph

Inheritance: Glyph
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform

Method Details

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

Paint() public méthode

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
Résultat void

RepeatCountGlyph() public méthode

public RepeatCountGlyph ( float x, float y, int count ) : AlphaTab.Platform
x float
y float
count int
Résultat AlphaTab.Platform