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

TuningGlyph() public method

public TuningGlyph ( float x, float y, float scale, RenderingResources resources, Tuning tuning ) : System
x float
y float
scale float
resources RenderingResources
tuning AlphaTab.Model.Tuning
return System
        public TuningGlyph(float x, float y,
            float scale, RenderingResources resources,
            Tuning tuning)
            : base(x, y)
        {
            _scale = scale;
            _resources = resources;
            CreateGlyphs(tuning);
        }