Widen

GraphicsPath.Widen method (1 of 3)

Adds an additional outline to the path.

public void Widen(Pen pen)
ParameterTypeDescription
penPenA Pen that specifies the width between the original outline of the path and the new outline this method creates.

See Also


GraphicsPath.Widen method (2 of 3)

Adds an additional outline to the GraphicsPath.

public void Widen(Pen pen, Matrix matrix)
ParameterTypeDescription
penPenA Pen that specifies the width between the original outline of the path and the new outline this method creates.
matrixMatrixA Matrix that specifies a transform to apply to the path before widening.

See Also


GraphicsPath.Widen method (3 of 3)

Replaces this GraphicsPath with curves that enclose the area that is filled when this path is drawn by the specified pen.

public void Widen(Pen pen, Matrix matrix, float flatness)
ParameterTypeDescription
penPenA Pen that specifies the width between the original outline of the path and the new outline this method creates.
matrixMatrixA Matrix that specifies a transform to apply to the path before widening.
flatnessSingleA value that specifies the flatness for curves.

See Also