Class SvgRenderer

SvgRenderer class

SVG ドキュメント レンダラーを表します。

public class SvgRenderer : Renderer<SVGDocument>

コンストラクター

名前説明
SvgRenderer()デフォルトのコンストラクター。

メソッド

名前説明
Dispose()管理されていないリソースと、オプションで管理されているリソースを解放します。
Render(IDevice, SVGDocument)
Render(IDevice, params SVGDocument[])
Render(IDevice, int, params SVGDocument[])
Render(IDevice, SVGDocument, int)
Render(IDevice, SVGDocument, TimeSpan)
override Render(IDevice, TimeSpan, params SVGDocument[])複数をレンダリングする方法を定義しますSVGDocument具体的にIDevice . リソース、アクティブなタイマー、アニメーション タスク、または指定されたタイムアウトをロードするためのネットワーク操作がなくなると、レンダリングが実行されます。

関連項目