Tao.Sdl SDK Documentation

SdlGfx.characterColor Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace