System::Drawing::Drawing2D::GraphicsPath::AddRectangles मेथड
अंतर्वस्तु
[
छिपाना
]GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में आयतों की निर्दिष्ट श्रृंखला जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | जोड़ने के लिए आयतों को प्रतिनिधित्व करने वाले Rectangle ऑब्जेक्ट्स का एरे |
संबंधित देखें
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में आयतों की निर्दिष्ट श्रृंखला जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | जोड़ने के लिए आयतों को प्रतिनिधित्व करने वाले RectangleF ऑब्जेक्ट्स का एरे |
संबंधित देखें
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++