Widen()

GraphicsPath::Widen(const SharedPtr<Pen>&) method

Replaces this path with an outline around the original path.

void System::Drawing::Drawing2D::GraphicsPath::Widen(const SharedPtr<Pen> &pen)

Arguments

ParameterTypeDescription
penconst SharedPtr<Pen>&A Pen object that specifies the width between the original and the new outlines

See Also