Tao.Sdl SDK Documentation

SdlGfx.stringColor Method 

[Visual Basic]
Public Shared Function stringColor( _
   ByVal dst As IntPtr, _
   ByVal x As Short, _
   ByVal y As Short, _
   ByVal c As String, _
   ByVal color As Integer _
) As Integer
[C#]
public static int stringColor(
   IntPtr dst,
   short x,
   short y,
   string c,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace