Graphics.FillRectangle
अंतर्वस्तु
[
छिपाना
]FillRectangle(Brush, float, float, float, float)
निर्देशांक, चौड़ाई और ऊंचाई की एक जोड़ी द्वारा निर्दिष्ट आयत के इंटीरियर को भरता है।
public void FillRectangle(Brush brush, float x, float y, float width, float height)
पैरामीटर | प्रकार | विवरण |
---|---|---|
brush | Brush | Brush जो भरण की विशेषताओं को निर्धारित करता है। |
x | Single | भरने के लिए आयत के ऊपरी-बाएँ कोने का x-निर्देशांक। |
y | Single | भरने के लिए आयत के ऊपरी-बाएँ कोने का y-निर्देशांक। |
width | Single | भरने के लिए आयत की चौड़ाई। |
height | Single | भरने के लिए आयत की ऊँचाई। |
यह सभी देखें
- class Brush
- class Graphics
- नाम स्थान System.Drawing
- सभा Aspose.Drawing
FillRectangle(Brush, RectangleF)
RectangleF संरचना द्वारा निर्दिष्ट आयत के आंतरिक भाग को भरता है।
public void FillRectangle(Brush brush, RectangleF rect)
पैरामीटर | प्रकार | विवरण |
---|---|---|
brush | Brush | ब्रश जो भरण की विशेषताओं को निर्धारित करता है। |
rect | RectangleF | आयतएफ संरचना जो भरने के लिए आयत का प्रतिनिधित्व करती है। |
यह सभी देखें
- class Brush
- struct RectangleF
- class Graphics
- नाम स्थान System.Drawing
- सभा Aspose.Drawing