Tao.OpenGl SDK Documentation

Glu.NurbsBeginCallback Delegate

Callback (delegate) for use with gluNurbsCallback.

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

Requirements

Namespace: Tao.OpenGl

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

See Also

Tao.OpenGl Namespace | gluNurbsCallback