AlphaTab.Rendering.Glyphs.TabNoteChordGlyph.UpdateBeamingHelper C# (CSharp) 메소드

UpdateBeamingHelper() 공개 메소드

public UpdateBeamingHelper ( float cx ) : void
cx float
리턴 void
        public void UpdateBeamingHelper(float cx)
        {
            if (BeamingHelper != null && !BeamingHelper.HasBeatLineX(Beat))
            {
                BeamingHelper.RegisterBeatLineX(Beat, cx + X + _centerX, cx + X + _centerX);
            }
        }