SVGPathElementBuilder.D

SVGPathElementBuilder.D method

Sets the ’d’ attribute of the SVG ‘path’ element, which defines the shape of the path.

public SVGPathElementBuilder D(Action<PathBuilder> configure)
ParameterTypeDescription
configureAction`1A delegate that configures the SVGPathBuilder to build the path data.

Return Value

The current instance of SVGPathElementBuilder for method chaining.

See Also