OSDN Git Service

SDL_HINT_RENDER_DRIVER metalを追加した https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER...
[sdl2referencejp/sdl2referencejp.git] / SDL_RenderCopyEx.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
2 <html lang="ja-JP">\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
5 <meta http-equiv="Content-Style-Type" content="text/css">\r
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
7 <link rel="top" href="index.html" title="\83z\81[\83\80">\r
8 <link rel="parent" href="CategoryRender.html" title="1\82Â\8fã">\r
9 <title>SDL_RenderCopyEx</title>\r
10 </head>\r
11 <body>\r
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryRender.html">2D\83\8c\83\93\83_\83\8a\83\93\83O</a> - SDL_RenderCopyEx\r
13 <hr>\r
14 <h1>SDL_RenderCopyEx</h1>\r
15 \83e\83N\83X\83`\83\83\82Ì\88ê\95\94\82ð, \8ew\92è\82Ì\93_\82ð\92\86\90S\82É\89ñ\93]\82³\82¹, \8fã\89º\8d\89E\82ð\94½\93]\82ð\8ew\92è\82µ\82Ä, \8c»\8dÝ\82Ì\83\8c\83\93\83_\81[\83^\81[\83Q\83b\83g\82É\83R\83s\81[\82·\82é\r
16 <h2>\8d\\95¶</h2>\r
17 <code>int SDL_RenderCopyEx(SDL_Renderer* renderer, SDL_Texture* texture, const SDL_Rect* srcrect, const SDL_Rect* dstrect, const double angle, const SDL_Point* center, const SDL_RendererFlip flip)</code>\r
18 <h2>\88ø\90\94</h2>\r
19 <table border="1" summary="SDL_RenderCopyEx">\r
20 <tr><td>renderer</td><td>\83\8c\83\93\83_\83\8a\83\93\83O\83R\83\93\83e\83L\83X\83g</td></tr>\r
21 <tr><td>texture</td><td>\83R\83s\81[\8c³\83e\83N\83X\83`\83\83 (\8fÚ\8d×\82ð\8eQ\8fÆ\82·\82é\82±\82Æ)</td></tr>\r
22 <tr><td>srcrect</td><td>\83R\83s\81[\8c³\82Ì<a href="SDL_Rect.html">SDL_Rect</a>. NULL\82Ì\82Æ\82«\91S\91Ì</td></tr>\r
23 <tr><td>dstrect</td><td>\83R\83s\81[\90æ\82Ì<a href="SDL_Rect.html">SDL_Rect</a>. NULL\82Ì\82Æ\82«\91S\91Ì. \83e\83N\83X\83`\83\83\82Í\82±\82Ì\97Ì\88æ\82É\8d\87\82¤\82æ\82¤\82É\8ag\91å\8fk\8f¬\82³\82ê\82é.</td></tr>\r
24 <tr><td>angle</td><td>dstrect\82É\83R\83s\81[\82·\82é\82Æ\82«\82Ì\89æ\91\9c\82Ì\8ap\93x(\93x\90\94\96@\81E\8e\9e\8cv\89ñ\82è)</td></tr>\r
25 <tr><td>center</td><td>dstrect\82É\83R\83s\81[\82·\82é\82Æ\82«\82Ì\89æ\91\9c\82Ì\89ñ\93]\82Ì\92\86\90S\82ð\95\\82·<a href="SDL_Point.html">SDL_Point</a>\82Ì\83|\83C\83\93\83^ (NULL\82Ì\82Æ\82«dstrect.w/2, dstrect.h/2)</td></tr>\r
26 <tr><td>flip</td><td>\83e\83N\83X\83`\83\83\82Ì\8fã\89º\8d\89E\94½\93]\82ð\95\\82·<a href="SDL_RendererFlip.html">SDL_RendererFlip</a></td></tr>\r
27 </table>\r
28 <h2>\96ß\82è\92l</h2>\r
29 \90¬\8c÷\82Ì\82Æ\82«0, \8e¸\94s\82Ì\82Æ\82«\95\89\82Ì\90\94\82Ì\83G\83\89\81[\83R\81[\83h\82ð\96ß\82·.\r
30 <a href="SDL_GetError.html">SDL_GetError()</a>\82Å\8fÚ\8d×\82ð\92m\82é\82±\82Æ\82ª\82Å\82«\82é.\r
31 <h2>\8fÚ\8d×</h2>\r
32 <p>\r
33 \83e\83N\83X\83`\83\83\82Í<a href="SDL_SetTextureBlendMode.html">SDL_SetTextureBlendMode()</a>\82Å\90Ý\92è\82µ\82½\83u\83\8c\83\93\83h\83\82\81[\83h\82Å\83R\83s\81[\90æ\82Ì\83e\83N\83X\83`\83\83\82Æ\83u\83\8c\83\93\83h\82³\82ê\82é.\r
34 </p>\r
35 <p>\r
36 \83e\83N\83X\83`\83\83\82Ì\90F\82Í<a href="SDL_SetTextureColorMod.html">SDL_SetTextureColorMod()</a>\82Å\90Ý\92è\82µ\82½\90F\82Ì\89e\8b¿\82ð\8eó\82¯\82é.\r
37 </p>\r
38 <p>\r
39 \83e\83N\83X\83`\83\83\82Ì\83¿\92l\82Í<a href="SDL_SetTextureAlphaMod.html">SDL_SetTextureAlphaMod()</a>\82Å\90Ý\92è\82µ\82½\83¿\92l\82Ì\89e\8b¿\82ð\8eó\82¯\82é.\r
40 </p>\r
41 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
42 <a href="SDL_RenderCopy.html">SDL_RenderCopy</a><br>\r
43 <a href="SDL_SetTextureAlphaMod.html">SDL_SetTextureAlphaMod</a><br>\r
44 <a href="SDL_SetTextureBlendMode.html">SDL_SetTextureBlendMode</a><br>\r
45 <a href="SDL_SetTextureColorMod.html">SDL_SetTextureColorMod</a><br>\r
46 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
47 <a href="https://wiki.libsdl.org/SDL_RenderCopyEx">SDL_RenderCopyEx - SDL Wiki</a>\r
48 <hr>\r
49 </body>\r
50 </html>\r