C# Class AlphaTab.Rendering.Glyphs.FadeInGlyph

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

Méthodes publiques

Méthode Description
FadeInGlyph ( float x, float y ) : System
Paint ( float cx, float cy, ICanvas canvas ) : void

Method Details

FadeInGlyph() public méthode

public FadeInGlyph ( float x, float y ) : System
x float
y float
Résultat System

Paint() public méthode

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