Class Extensions
Provides SVG-related extension methods for the IPathDrawingContext interface.
public static class Extensions
- Inheritance
-
Extensions
- Inherited Members
Methods
PathData(IPathDrawingContext)
Creates a PathDataBuilder for the given path drawing context.
This enables fluent parsing or construction of SVG path commands targeting the current canvas context.
public static PathDataBuilder PathData(this IPathDrawingContext @this)
Parameters
this
IPathDrawingContextThe path drawing context (e.g., a canvas or drawing surface).
Returns
- PathDataBuilder
A PathDataBuilder instance for building or parsing SVG paths.