Tao.OpenGl SDK Documentation

Gl.glScalef Method 

[Visual Basic]
Public Shared Sub glScalef( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
[C#]
public static void glScalef(
   float x,
   float y,
   float z
);

See Also

Gl Class | Tao.OpenGl Namespace