Tao.Sdl SDK Documentation

SdlGfx.vlineRGBA Method 

[Visual Basic]
Public Shared Function vlineRGBA( _
   ByVal dst As IntPtr, _
   ByVal x As Short, _
   ByVal y1 As Short, _
   ByVal y2 As Short, _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte, _
   ByVal a As Byte _
) As Integer
[C#]
public static int vlineRGBA(
   IntPtr dst,
   short x,
   short y1,
   short y2,
   byte r,
   byte g,
   byte b,
   byte a
);

See Also

SdlGfx Class | Tao.Sdl Namespace