Tao.Sdl SDK Documentation

SdlGfx.filledPolygonColor Method 

Filled Polygon

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

Parameters

dst
vx
vy
n
color

Return Value

See Also

SdlGfx Class | Tao.Sdl Namespace