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.Page 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.Page for C++