AlphaTab.Rendering.Glyphs.RepeatCloseGlyph.RepeatCloseGlyph C# (CSharp) Méthode

RepeatCloseGlyph() public méthode

public RepeatCloseGlyph ( float x, float y ) : AlphaTab.Platform
x float
y float
Résultat AlphaTab.Platform
        public RepeatCloseGlyph(float x, float y)
            : base(x, y)
        {
        }