Tao.Sdl SDK Documentation
Sdl.SDL_UpdateRects Method
[Visual Basic]
Public Shared Sub SDL_UpdateRects( _
ByVal
screen
As
IntPtr
, _
ByVal
numrects
As
Integer
, _
ByVal
rects
As
SDL_Rect()
_
)
[C#]
public static
void
SDL_UpdateRects(
IntPtr
screen
,
int
numrects
,
SDL_Rect[]
rects
);
See Also
Sdl Class
|
Tao.Sdl Namespace