LineWidth() private méthode

private LineWidth ( float width ) : void
width float
Résultat void
Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 protected override void SwitchOff()
 {
     OpenGL.LineWidth(original[0]);
 }
Exemple #2
0
        /// <summary>
        ///
        /// </summary>
        protected override void SwitchOn()
        {
            OpenGL.GetFloat(GetTarget.LineWidth, original);

            OpenGL.LineWidth(LineWidth);
        }