Class HtmlRenderer
HtmlRenderer class
HTML ドキュメント レンダラーを表します。
public class HtmlRenderer : Renderer<Document>
コンストラクター
メソッド
| 名前 | 説明 | 
|---|
| Dispose() | 管理されていないリソースと、オプションで管理されているリソースを解放します。 | 
| Render(IDevice, Document) |  | 
| Render(IDevice, params Document[]) |  | 
| Render(IDevice, Document, int) |  | 
| Render(IDevice, Document, TimeSpan) |  | 
| Render(IDevice, int, params Document[]) |  | 
| override Render(IDevice, TimeSpan, params Document[]) | 複数をレンダリングする方法を定義します Document具体的にIDevice. リソース、アクティブなタイマー、アニメーション タスク、または指定されたタイムアウトをロードするためのネットワーク操作がなくなると、レンダリングが実行されます。 | 
関連項目