Tao.Sdl SDK Documentation

SdlGfx.vlineColor Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace