Tao.OpenGl SDK Documentation

Glu.QuadricErrorCallback Delegate

Callback (delegate) for use with gluQuadricCallback.

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

Requirements

Namespace: Tao.OpenGl

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

See Also

Tao.OpenGl Namespace | gluQuadricCallback