func stroke(Path, with: GraphicsContext .Shading, lineWidth : CGFloat)
Draws a path into the context with a specified line width.
func stroke(Path, with: GraphicsContext .Shading, style: StrokeStyle )
Draws a path into the context with a specified stroke style.
func fill(Path, with: GraphicsContext .Shading, style: FillStyle )
Draws a path into the context and fills the outlined region.
struct Shading
A color or pattern that you can use to outline or fill a path.
struct GradientOptions
Options that affect the rendering of color gradients.