Tao.Sdl SDK Documentation

Sdl.SDL_FillRect Method (IntPtr, SDL_Rect, Int32)

[Visual Basic]
Overloads Public Shared Function SDL_FillRect( _
   ByVal surface As IntPtr, _
   ByRef rect As SDL_Rect, _
   ByVal color As Integer _
) As Integer
[C#]
public static int SDL_FillRect(
   IntPtr surface,
   ref SDL_Rect rect,
   int color
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_FillRect Overload List