System::Drawing::Graphics::DrawPath method

Graphics::DrawPath method

Draws the specified path using the specified pen.

void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
ParameterTypeDescription
penconst SharedPtr<Pen>&A Pen object to use for drawing
pathconst SharedPtr<Drawing2D::GraphicsPath>&A graphics path to draw

See Also