LineWidth() private method

private LineWidth ( float width ) : void
width float
return void
Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 protected override void SwitchOff()
 {
     OpenGL.LineWidth(original[0]);
 }
Ejemplo n.º 2
0
        /// <summary>
        ///
        /// </summary>
        protected override void SwitchOn()
        {
            OpenGL.GetFloat(GetTarget.LineWidth, original);

            OpenGL.LineWidth(LineWidth);
        }