Tao.OpenGl SDK Documentation

Glu.NurbsErrorCallback Delegate

Callback (delegate) for use with gluNurbsCallback.

[Visual Basic]
Public Delegate Sub Glu.NurbsErrorCallback( _
   ByVal type As Integer _
)
[C#]
public delegate void Glu.NurbsErrorCallback(
   int type
);

Requirements

Namespace: Tao.OpenGl

Assembly: Tao.OpenGl (in Tao.OpenGl.dll)

See Also

Tao.OpenGl Namespace | gluNurbsCallback