Tao.Sdl SDK Documentation

SdlGfx.aapolygonColor Method 

[Visual Basic]
Public Shared Function aapolygonColor( _
   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 aapolygonColor(
   IntPtr dst,
   short[] vx,
   short[] vy,
   int n,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace