System::Drawing::Drawing2D::GraphicsPath::AddRectangles मेथड

GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method

वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में आयतों की निर्दिष्ट श्रृंखला जोड़ता है।

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
पैरामीटरप्रकारविवरण
rectsconst ArrayPtr<Rectangle>&जोड़ने के लिए आयतों को प्रतिनिधित्व करने वाले Rectangle ऑब्जेक्ट्स का एरे

संबंधित देखें

GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method

वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में आयतों की निर्दिष्ट श्रृंखला जोड़ता है।

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
पैरामीटरप्रकारविवरण
rectsconst ArrayPtr<RectangleF>&जोड़ने के लिए आयतों को प्रतिनिधित्व करने वाले RectangleF ऑब्जेक्ट्स का एरे

संबंधित देखें