AlphaTab.Rendering.Utils.BeatLinePositions.BeatLinePositions C# (CSharp) Method

BeatLinePositions() public method

public BeatLinePositions ( float up, float down ) : System
up float
down float
return System
        public BeatLinePositions(float up, float down)
        {
            Up = up;
            Down = down;
        }
BeatLinePositions