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