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