C# Class AlphaTab.Rendering.Glyphs.FadeInGlyph

Inheritance: EffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

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

Method Details

FadeInGlyph() public method

public FadeInGlyph ( float x, float y ) : System
x float
y float
return System

Paint() public method

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