Class SvgRenderer

SvgRenderer class

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

public class SvgRenderer : Renderer<SVGDocument>

コンストラクター

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

メソッド

名前説明
Dispose()管理されていないリソースと、オプションで管理されているリソースを解放します。
Render(IDevice, SVGDocument)
Render(IDevice, params SVGDocument[])
override Render(IDevice, CancellationToken, params SVGDocument[])複数をレンダリングする方法を定義しますSVGDocument特定のIDevice、キャンセル トークンを使用して操作のキャンセルを要求します。
Render(IDevice, int, params SVGDocument[])
Render(IDevice, SVGDocument, int)
Render(IDevice, SVGDocument, TimeSpan)
override Render(IDevice, TimeSpan, params SVGDocument[])複数をレンダリングする方法を定義しますSVGDocument具体的にIDevice .

関連項目