System::Drawing::Graphics::DrawRectangles मेथड
अंतर्वस्तु
[
छिपाना
]Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<Rectangle>&) method
निर्दिष्ट पेन का उपयोग करके आयतों की एक श्रृंखला को ड्रॉ करता है।
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<Rectangle> &rects)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| पेन | const SharedPtr<Pen>& | आयतों को बनाते समय उपयोग करने के लिए पेन |
| rects | const ArrayPtr<Rectangle>& | Array ड्रॉ करने के लिए आयतों की सूची |
संबंधित देखें
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<RectangleF>&) method
निर्दिष्ट पेन का उपयोग करके आयतों की एक श्रृंखला को ड्रॉ करता है।
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<RectangleF> &rects)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| पेन | const SharedPtr<Pen>& | आयतों को बनाते समय उपयोग करने के लिए पेन |
| rects | const ArrayPtr<RectangleF>& | Array ड्रॉ करने के लिए आयतों की सूची |
संबंधित देखें
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++