Tao.Sdl SDK Documentation

SdlGfx.circleColor Method 

Circle

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

Parameters

dst
x
y
r
color

Return Value

Remarks

Binds to C-function in SDL_gfx.h

            int circleColor(IntPtr dst, short x, short y, short r, int color);
            

Example

                

See Also

SdlGfx Class | Tao.Sdl Namespace