Tao.Sdl SDK Documentation

SdlGfx.filledPieColor Method 

[Visual Basic]
Public Shared Function filledPieColor( _
   ByVal dst As IntPtr, _
   ByVal x As Short, _
   ByVal y As Short, _
   ByVal rad As Short, _
   ByVal start As Short, _
   ByVal end As Short, _
   ByVal color As Integer _
) As Integer
[C#]
public static int filledPieColor(
   IntPtr dst,
   short x,
   short y,
   short rad,
   short start,
   short end,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace