System::Drawing::Drawing2D::GraphicsPath::Widen method

GraphicsPath::Widen method

Replaces this path with an outline around the original path.

void System::Drawing::Drawing2D::GraphicsPath::Widen(const SharedPtr<Pen> &pen)
ParameterTypeDescription
penconst SharedPtr<Pen>&A Pen object that specifies the width between the original and the new outlines

See Also