System::Drawing::Graphics::FillRectangle मेथड

Graphics::FillRectangle(const SharedPtr<Brush>&, float, float, float, float) method

निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, float x, float y, float width, float height)
पैरामीटरप्रकारविवरण
brushconst SharedPtr<Brush>&भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट
xफ़्लोटभरण के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक
yफ़्लोटभरण के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक
widthफ़्लोटभरण के लिए आयत की चौड़ाई
heightफ़्लोटभरण के लिए आयत की ऊँचाई

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

Graphics::FillRectangle(const SharedPtr<Brush>&, int, int, int, int) method

निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, int x, int y, int width, int height)
पैरामीटरप्रकारविवरण
brushconst SharedPtr<Brush>&भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट
xintभरण के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक
yintभरण के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक
widthintभरण के लिए आयत की चौड़ाई
heightintभरण के लिए आयत की ऊँचाई

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

Graphics::FillRectangle(const SharedPtr<Brush>&, Rectangle) method

निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, Rectangle rect)
पैरामीटरप्रकारविवरण
brushconst SharedPtr<Brush>&भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट
rectRectangleएक Rectangle ऑब्जेक्ट जो भरने के लिए आयत के स्थान और आकार को निर्दिष्ट करता है

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

Graphics::FillRectangle(const SharedPtr<Brush>&, RectangleF) method

निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, RectangleF rect)
पैरामीटरप्रकारविवरण
brushconst SharedPtr<Brush>&भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट
rectRectangleFएक RectangleF ऑब्जेक्ट जो भरने के लिए आयत के स्थान और आकार को निर्दिष्ट करता है

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