Tao.Sdl SDK Documentation

SdlGfx.polygonColor Method 

[Visual Basic]
Public Shared Function polygonColor( _
   ByVal dst As IntPtr, _
   ByVal vx As Short(), _
   ByVal vy As Short(), _
   ByVal n As Integer, _
   ByVal color As Integer _
) As Integer
[C#]
public static int polygonColor(
   IntPtr dst,
   short[] vx,
   short[] vy,
   int n,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace