DrawPath()

Graphics::DrawPath(const SharedPtr<Pen>&, const SharedPtr<Drawing2D::GraphicsPath>&) method

Draws the specified path using the specified pen.

void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)

Arguments

ParameterTypeDescription
penconst SharedPtr<Pen>&A Pen object to use for drawing
pathconst SharedPtr<Drawing2D::GraphicsPath>&A graphics path to draw

See Also