RGraphicsPath

TheArtOfDev.HtmlRenderer.Adapters

Adapter for platform specific graphics path object - used to render (draw/fill) path shape.

実装: IDisposable

メソッド

ArcTo(double, double, double, Corner)

Add circular arc of the given size to the given point from the last point.

Dispose()

Release path resources.

LineTo(double, double)

Add stright line to the given point from te last point.

Start(double, double)

Start path at the given point.