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)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A Pen object to use for drawing |
path | const SharedPtr<Drawing2D::GraphicsPath>& | A graphics path to draw |
See Also
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++