Tao.FreeGlut SDK Documentation
Glut.glutBitmapString Method
[Visual Basic]
Public Shared Sub glutBitmapString( _
ByVal
font
As
IntPtr
, _
ByVal
str
As
String
_
)
[C#]
public static
void
glutBitmapString(
IntPtr
font
,
string
str
);
See Also
Glut Class
|
Tao.FreeGlut Namespace