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

UpdateBeamingHelper() 공개 메소드

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