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

PickStrokeGlyph() public method

public PickStrokeGlyph ( float x, float y, PickStrokeType pickStroke ) : AlphaTab.Model
x float
y float
pickStroke PickStrokeType
return AlphaTab.Model
        public PickStrokeGlyph(float x, float y, PickStrokeType pickStroke)
            : base(x, y, 1, GetSymbol(pickStroke))
        {
        }