Tao.Sdl SDK Documentation

SdlGfx.filledCircleRGBA Method 

Filled Circle

[Visual Basic]
Public Shared Function filledCircleRGBA( _
   ByVal dst As IntPtr, _
   ByVal x As Short, _
   ByVal y As Short, _
   ByVal rad As Short, _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte, _
   ByVal a As Byte _
) As Integer
[C#]
public static int filledCircleRGBA(
   IntPtr dst,
   short x,
   short y,
   short rad,
   byte r,
   byte g,
   byte b,
   byte a
);

Parameters

dst
x
y
rad
r
g
b
a

Return Value

Remarks

Binds to C-function in SDL_gfx.h

            int filledCircleRGBA(IntPtr dst, short x, short y, short rad, byte r, byte g, byte b, byte a)
            

Example

                

See Also

SdlGfx Class | Tao.Sdl Namespace