Tao.Sdl SDK Documentation

SdlGfx.aatrigonRGBA Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace