ICanvasRenderingContext2D.Stroke

Stroke()

Strokes the subpaths with the current stroke style.

public void Stroke()

See Also


Stroke(Path2D)

Strokes the subpaths with the current stroke style.

public void Stroke(Path2D path)
ParameterTypeDescription
pathPath2DA Path2D path to stroke.

See Also