<html><head>
<META http-equiv="content-type" content="text/html; charset=utf-8">
<title>sample_image</title>
</head><body>
<h1>sample_image</h1>
<!-- Generated by Ddoc from src\sample_image.d -->
<br><br>
<dl><dt><big>int <u>main</u>(char[][] <i>args</i>);
</big></dt>
<dd>MAIN.
<br><br>
<b>Params:</b><br>
<table><tr><td>char[][] <i>args</i></td>
<td>起動引数</td></tr>
</table><br>
</dd>
<dt><big>void <u>eventLoop</u>();
</big></dt>
<dd>イベントループ.<br><br>
</dd>
<dt><big>class <u>SDLImage</u>;
</big></dt>
<dd><u>SDLImage</u>.
あくまでサンプル, 構成変でスミマセン.<br><br>
<dl><dt><big>this();
</big></dt>
<dd>コンストラクタ.
ビデオ表示初期化等を実施します.<br><br>
</dd>
<dt><big>void <u>showImages</u>();
</big></dt>
<dd>イメージ表示.<br><br>
</dd>
<dt><big>static string <u>getErrorMessage</u>();
</big></dt>
<dd>現在発生している SDL エラーメッセージを取得します.
<br><br>
<b>Returns:</b><br>
エラーメッセージ<br><br>
</dd>
</dl>
</dd>
<dt><big>class <u>SDLException</u>: object.Exception;
</big></dt>
<dd>SDL Exception.
エラー発生時に throw する.<br><br>
<dl><dt><big>this(string <i>msg</i>, Exception <i>next</i> = null);
</big></dt>
<dd>指定されたエラーメッセージを持つ, SDLException を構築します.
<br><br>
<b>Params:</b><br>
<table><tr><td>string <i>msg</i></td>
<td>エラーメッセージ</td></tr>
<tr><td>Exception <i>next</i></td>
<td>Exception</td></tr>
</table><br>
</dd>
</dl>
</dd>
</dl>
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/2.0/ddoc.html">Ddoc</a>. </small>
</body></html>