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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| brush | const SharedPtr<Brush>& | भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट |
| x | फ़्लोट | भरण के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | फ़्लोट | भरण के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | फ़्लोट | भरण के लिए आयत की चौड़ाई |
| height | फ़्लोट | भरण के लिए आयत की ऊँचाई |
संबंधित देखें
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| brush | const SharedPtr<Brush>& | भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट |
| x | int | भरण के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | int | भरण के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | int | भरण के लिए आयत की चौड़ाई |
| height | int | भरण के लिए आयत की ऊँचाई |
संबंधित देखें
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangle(const SharedPtr<Brush>&, Rectangle) method
निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, Rectangle rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| brush | const SharedPtr<Brush>& | भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट |
| rect | Rectangle | एक Rectangle ऑब्जेक्ट जो भरने के लिए आयत के स्थान और आकार को निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Brush
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangle(const SharedPtr<Brush>&, RectangleF) method
निर्दिष्ट आयत को निर्दिष्ट ब्रश से भरता है।
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, RectangleF rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| brush | const SharedPtr<Brush>& | भरण के लिए उपयोग करने वाला एक Brush ऑब्जेक्ट |
| rect | RectangleF | एक RectangleF ऑब्जेक्ट जो भरने के लिए आयत के स्थान और आकार को निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Brush
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++