GraphicsPathAdapter

TheArtOfDev.HtmlRenderer.WPF.Adapters

Adapter for WPF graphics path object for core.

継承元: RGraphicsPath

メソッド

GetClosedGeometry() : StreamGeometry

Close the geometry to so no more path adding is allowed and return the instance so it can be rendered.

フィールド

_geometry : StreamGeometry

The actual WPF graphics geometry instance.

_geometryContext : StreamGeometryContext

The context used in WPF geometry to render path