Tao.Sdl SDK Documentation
Sdl.SDL_SaveBMP_RW Method
[Visual Basic]
Public Shared Function SDL_SaveBMP_RW( _
ByVal
surface
As
IntPtr
, _
ByVal
dst
As
IntPtr
, _
ByVal
freedst
As
Integer
_
) As
Integer
[C#]
public static
int
SDL_SaveBMP_RW(
IntPtr
surface
,
IntPtr
dst
,
int
freedst
);
See Also
Sdl Class
|
Tao.Sdl Namespace