AlphaTab.Rendering.Glyphs.EffectGlyph.EffectGlyph C# (CSharp) Method

EffectGlyph() protected method

protected EffectGlyph ( float x, float y ) : AlphaTab.Model
x float
y float
return AlphaTab.Model
        protected EffectGlyph(float x, float y)
            : base(x, y)
        {
        }
EffectGlyph