OSDN Git Service

新しい説明の訳に差し替え
[sdl2referencejp/sdl2referencejp.git] / SDL_FRect.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="CategoryRect.html" title="1\82Â\8fã">
9 <title>SDL_FRect</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="CategoryRect.html">\97Ì\88æ</a> - SDL_FRect
13 <hr>
14 <h1>SDL_FRect</h1>
15 \8d\8fã\82ð\8aî\93_\82Æ\82µ\82½\92·\95û\8c`\82ð\92è\8b`\82·\82é\8d\\91¢\91Ì
16 <h2>\83t\83B\81[\83\8b\83h</h2>
17 <table border="1" summary="SDL_FRect">
18 <tr><td>float</td><td>x</td><td>\92·\95û\8c`\82Ì\8d\8fã\82ÌX\8dÀ\95W</td></tr>
19 <tr><td>float</td><td>y</td><td>\92·\95û\8c`\82Ì\8d\8fã\82ÌY\8dÀ\95W</td></tr>
20 <tr><td>float</td><td>w</td><td>\92·\95û\8c`\82Ì\95\9d</td></tr>
21 <tr><td>float</td><td>h</td><td>\92·\95û\8c`\82Ì\8d\82\82³</td></tr>
22 </table>
23 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
24 <p>
25 <code>
26 <pre>
27 SDL_FRect rect;
28
29 rect.x = 0.0;
30 rect.y = 0.0;
31 rect.w = 32.0;
32 rect.h = 32.0;
33 </pre>
34 </code>
35 </p>
36 <h2>\8fÚ\8d×</h2>
37 <a href="SDL_FRect.html">SDL_FRect</a>\82Í\83X\83N\83\8a\81[\83\93\8fã\82Ì\92·\95û\8c`\82Ì\97Ì\88æ\82ð\92è\8b`\82·\82é.
38 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>
39 <a href="SDL_EncloseFPoints.html">SDL_EncloseFPoints</a><br>
40 <a href="SDL_FRectEmpty.html">SDL_FRectEmpty</a><br>
41 <a href="SDL_FRectEquals.html">SDL_FRectEquals</a><br>
42 <a href="SDL_HasIntersectionF.html">SDL_HasIntersectionF</a><br>
43 <a href="SDL_IntersectFRect.html">SDL_IntersectFRect</a><br>
44 <a href="SDL_IntersectFRectAndLine.html">SDL_IntersectFRectAndLine</a><br>
45 <a href="SDL_PointInFRect.html">SDL_PointInFRect</a><br>
46 <a href="SDL_UnionFRect.html">SDL_UnionFRect</a><br>
47 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
48 <a href="https://wiki.libsdl.org/SDL_FRect">SDL_FRect - SDL Wiki</a><br>
49 <hr>
50 </body>
51 </html>