System::Drawing::Graphics::DrawPath method
Graphics::DrawPath method
يرسم المسار المحدد باستخدام القلم المحدد.
void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
| معامل | نوع | الوصف |
|---|---|---|
| pen | const SharedPtr<Pen>& | كائن Pen لاستخدامه في الرسم |
| مسار | const SharedPtr<Drawing2D::GraphicsPath>& | مسار رسومي للرسم |
انظر أيضًا
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++