System::Drawing::Drawing2D::GraphicsPath::AddEllipse मेथड
अंतर्वस्तु
[
छिपाना
]GraphicsPath::AddEllipse(const Rectangle&) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में निर्दिष्ट दीर्घवृत्त जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| rect | const Rectangle& | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत को निर्दिष्ट करता है |
संबंधित देखें
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(const RectangleF&) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में निर्दिष्ट दीर्घवृत्त जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| rect | const RectangleF& | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत को निर्दिष्ट करता है |
संबंधित देखें
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(float, float, float, float) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में निर्दिष्ट दीर्घवृत्त जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| x | फ़्लोट | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | फ़्लोट | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | फ़्लोट | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| height | फ़्लोट | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
संबंधित देखें
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(int, int, int, int) method
वर्तमान वस्तु द्वारा प्रतिनिधित्व किए गए पथ में निर्दिष्ट दीर्घवृत्त जोड़ता है।
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| x | int | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | int | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | int | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| height | int | जोड़ने के लिए एलिप्स को सीमित करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
संबंधित देखें
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++