Tao.OpenGl SDK Documentation

Gl.glGetMinmax Method (Int32, Int32, Int32, Int32, Object)

[Visual Basic]
Overloads Public Shared Sub glGetMinmax( _
   ByVal target As Integer, _
   ByVal reset As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal values As Object _
)
[C#]
public static void glGetMinmax(
   int target,
   int reset,
   int format,
   int type,
   object values
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glGetMinmax Overload List