GraphicsPathAdapter
TheArtOfDev.HtmlRenderer.WPF.Adapters
Adapter for WPF graphics path object for core.
Inherits: RGraphicsPath
Methods
GetClosedGeometry() : StreamGeometry
Close the geometry to so no more path adding is allowed and return the instance so it can be rendered.
Fields
_geometry : StreamGeometry
The actual WPF graphics geometry instance.
_geometryContext : StreamGeometryContext
The context used in WPF geometry to render path