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

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

बाउंडिंग आयत द्वारा निर्दिष्ट एलिप्स के अंदर को निर्दिष्ट ब्रश का उपयोग करके भरता है।

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

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

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

बाउंडिंग आयत द्वारा निर्दिष्ट एलिप्स के अंदर को निर्दिष्ट ब्रश का उपयोग करके भरता है।

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

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

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

बाउंडिंग आयत द्वारा निर्दिष्ट एलिप्स के अंदर को निर्दिष्ट ब्रश का उपयोग करके भरता है।

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

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

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

बाउंडिंग आयत द्वारा निर्दिष्ट एलिप्स के अंदर को निर्दिष्ट ब्रश का उपयोग करके भरता है।

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

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