Tao.Sdl SDK Documentation

SdlGfx.aaellipseColor Method 

[Visual Basic]
Public Shared Function aaellipseColor( _
   ByVal dst As IntPtr, _
   ByVal xc As Short, _
   ByVal yc As Short, _
   ByVal rx As Short, _
   ByVal ry As Short, _
   ByVal color As Integer _
) As Integer
[C#]
public static int aaellipseColor(
   IntPtr dst,
   short xc,
   short yc,
   short rx,
   short ry,
   int color
);

See Also

SdlGfx Class | Tao.Sdl Namespace