Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-01-13 05:26:50
Size: 930
Editor: SheenaSmith
Comment: update content - changeset 4949 const
Revision 4 as of 2013-08-09 05:21:23
Size: 58
Editor: Sam Lantinga
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off
#pragma disable-camelcase
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||

= SDL_UpperBlit =
Use this function to perform a fast blit from the source surface to the destination surface. / Use this function to perform rectangle validation and clipping before passing blit data to [[SDL_LowerBlit]](). ???

<<TableOfContents()>>

== Syntax ==
{{{#!highlight cpp
int SDL_UpperBlit(SDL_Surface* src,
                  const SDL_Rect* srcrect,
                  SDL_Surface* dst,
                  SDL_Rect* dstrect)

}}}

== Function Parameters ==
<<Color2(green,Note: Include from Blit``Surface starts here and extends through Remarks.)>>
<<Include(SDL_BlitSurface, , , from="== Function Parameters ==", to="== Related Functions ==")>>






== Related Functions ==
 .[[SDL_BlitSurface]]
 .[[SDL_LowerBlit]]

----
[[CategoryAPI]], [[CategorySurface]]
SDL_UpperBlit has been replaced with [[SDL_BlitSurface]]

SDL_UpperBlit has been replaced with SDL_BlitSurface

None: SDL_UpperBlit (last edited 2015-02-21 10:31:51 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit