Windows PowerShell command on Get-command SDL_SaveBMP
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man SDL_SaveBMP

SDL API Reference SDL_SaveBMP(3)

NAME

SDL_SaveBMP - Save an SDL_Surface as a Windows BMP file.

SYNOPSIS

#include "SDL.h"

int SDL_SaveBMP(SDL_Surface *surface, const char *file);

DESCRIPTION

Saves the SDL_Surface surface as a Windows BMP file named

file. RETURN VALUE

Returns 0 if successful or -1 if there was an error.

SEE ALSO

SDL_LoadBMP

SDL Last change: Tue 11 Sep 2001, 23:01 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™