طريقة System::Drawing::Graphics::DrawLines
محتويات
[
يخفي
]Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::Point>&) method
يرسم سلسلة من مقاطع الخط باستخدام القلم المحدد.
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::Point> &points)
| معامل | نوع | الوصف |
|---|---|---|
| قلم | const SharedPtr<Pen>& | قلم لاستخدامه عند رسم الخطوط |
| points | const System::ArrayPtr<System::Drawing::Point>& | Array من النقاط لتوصيلها |
انظر أيضًا
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::PointF>&) method
يرسم سلسلة من مقاطع الخط باستخدام القلم المحدد.
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::PointF> &points)
| معامل | نوع | الوصف |
|---|---|---|
| قلم | const SharedPtr<Pen>& | قلم لاستخدامه عند رسم الخطوط |
| points | const System::ArrayPtr<System::Drawing::PointF>& | Array من النقاط لتوصيلها |
انظر أيضًا
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++