Tao.Sdl SDK Documentation

SdlGfx.lineColor Method 

[Visual Basic]
Public Shared Function lineColor( _
   ByVal dst As IntPtr, _
   ByVal x1 As Short, _
   ByVal y1 As Short, _
   ByVal x2 As Short, _
   ByVal y2 As Short, _
   ByVal color As Integer _
) As Integer
[C#]
public static int lineColor(
   IntPtr dst,
   short x1,
   short y1,
   short x2,
   short y2,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace