OSDN Git Service

SDL_AddHintCallback サンプルコードを追加 https://github.com/libsdl-org/sdlwiki/commit/71f6ee1ea...
[sdl2referencejp/sdl2referencejp.git] / SDL_RenderCopyF.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="CategoryRender.html" title="1\82Â\8fã">
9 <title>SDL_RenderCopyF</title>
10 </head>
11 <body>
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_RenderCopyF
13 <hr>
14 <h1>SDL_RenderCopyF</h1>
15 \83e\83N\83X\83`\83\83\82Ì\88ê\95\94\82ð\83T\83u\83s\83N\83Z\83\8b(\95\9b\89æ\91f)\92P\88Ê\82Å\8c»\8dÝ\82Ì\83\8c\83\93\83_\81[\83^\81[\83Q\83b\83g\82É\83R\83s\81[\82·\82é
16 <h2>\8d\\95¶</h2>
17 <code>int SDL_RenderCopyF(SDL_Renderer* renderer, SDL_Texture* texture, const SDL_Rect* srcrect, const SDL_FRect* dstrect)</code>
18 <h2>\88ø\90\94</h2>
19 <table border="1" summary="SDL_RenderCopyF">
20 <tr><td>renderer</td><td>\83e\83N\83X\83`\83\83\82Ì\88ê\95\94\82ª\83R\83s\81[\82³\82ê\82é\83\8c\83\93\83_\83\89</td></tr>
21 <tr><td>texture</td><td>\83R\83s\81[\8c³\83e\83N\83X\83`\83\83</td></tr>
22 <tr><td>srcrect</td><td>\83R\83s\81[\8c³\82Ì\92·\95û\8c`\82Ö\82Ì\83|\83C\83\93\83^. NULL\82Ì\82Æ\82«\83e\83N\83X\83`\83\83\91S\91Ì</td></tr>
23 <tr><td>dstrect</td><td>\83R\83s\81[\90æ\82Ì\92·\95û\8c`\82Ö\82Ì\83|\83C\83\93\83^. NULL\82Ì\82Æ\82«\83\8c\83\93\83_\81[\83^\81[\83Q\83b\83g\91S\91Ì</td></tr>
24 </table>
25 <h2>\83o\81[\83W\83\87\83\93</h2>
26 SDL 2.0.10\88È\8d~
27 <h2>\96ß\82è\92l</h2>
28 \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·.
29 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
30 <a href="https://wiki.libsdl.org/SDL_RenderCopyF">SDL_RenderCopyF - SDL Wiki</a>
31 <hr>
32 </body>
33 </html>