ICanvas.Stroke

Stroke()

Strokes the current path.

public void Stroke()

See Also


Stroke(IPath)

Strokes the specified path.

public void Stroke(IPath path)
ParameterTypeDescription
pathIPathThe path to stroke. See IPath.

See Also