CSharpGL.LineWidthState.StateOn C# (CSharp) Method

StateOn() protected method

protected StateOn ( ) : void
return void
        protected override void StateOn()
        {
            OpenGL.GetFloat(GetTarget.LineWidth, original);

            OpenGL.LineWidth(LineWidth);
        }