Tao.OpenGl SDK Documentation

Gl.glDrawRangeElementArrayATI Method 

[Visual Basic]
Public Shared Sub glDrawRangeElementArrayATI( _
   ByVal mode As Integer, _
   ByVal start As Integer, _
   ByVal end As Integer, _
   ByVal count As Integer _
)
[C#]
public static void glDrawRangeElementArrayATI(
   int mode,
   int start,
   int end,
   int count
);

See Also

Gl Class | Tao.OpenGl Namespace