System::Drawing::Graphics::DrawImage विधि
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destPoints | const ArrayPtr<Point>& | एक एरे जिसमें तीन बिंदु होते हैं जो ड्राइंग सतह पर एक समानांतर चतुर्भुज को परिभाषित करते हैं, जहाँ छवि को खींचा जाता है |
| srcRect | Rectangle | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
| imageAttr | const SharedPtr<Imaging::ImageAttributes>& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class ImageAttributes
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| rect | const Rectangle& | छवि को ड्रॉ करने के लिए एक आयत |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| rect | const RectangleF& | छवि को ड्रॉ करने के लिए एक आयत |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | IGNORED |
| destPoints | const System::ArrayPtr<Point>& | IGNORED |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destPoints | const System::ArrayPtr<PointF>& | एक एरे जिसमें तीन बिंदु होते हैं जो ड्राइंग सतह पर एक समानांतर चतुर्भुज को परिभाषित करते हैं, जहाँ छवि को खींचा जाता है |
| srcRect | const RectangleF& | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
| imgAttributes | const Imaging::ImageAttributesPtr& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::ArrayView<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destPoints | const System::Details::ArrayView<PointF>& | छवि को ड्रॉ करने के लिए ड्रॉइंग सतह पर एक समांतर चतुर्भुज को परिभाषित करने वाले तीन बिंदुओं को शामिल करने वाला एरे व्यू |
| srcRect | const RectangleF& | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
| imgAttributes | const Imaging::ImageAttributesPtr& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
template<std::size_t> void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::StackArray<PointF, N> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destPoints | const System::Details::StackArray<PointF, N>& | ड्रॉइंग सतह पर एक समांतर चतुर्भुज को परिभाषित करने वाले तीन बिंदुओं को शामिल करने वाला स्टैक एरे |
| srcRect | const RectangleF& | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
| imgAttributes | const Imaging::ImageAttributesPtr& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | फ़्लोट | चित्रित छवि के ऊपर-बाएँ कोने का X निर्देशांक |
| y | फ़्लोट | चित्रित छवि के ऊपर-बाएँ कोने का Y निर्देशांक |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method
निर्दिष्ट छवि को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने की चौड़ाई |
| height | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने की ऊँचाई |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | फ़्लोट | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcRect | RectangleF | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | int | चित्रित छवि के ऊपर-बाएँ कोने का X निर्देशांक |
| y | int | चित्रित छवि के ऊपर-बाएँ कोने का Y निर्देशांक |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, int, int) method
निर्दिष्ट छवि को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| width | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने की चौड़ाई |
| height | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने की ऊँचाई |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| x | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| y | int | छवि को ड्रॉ करने के लिए आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcRect | Rectangle | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Point) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| pt | Point | ड्रॉ की गई छवि के ऊपरी बाएँ कोने का स्थान |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, PointF) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| pt | PointF | ड्रॉ की गई छवि के ऊपरी बाएँ कोने का स्थान |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method
निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | Rectangle | छवि को ड्रॉ करने के लिए एक आयत |
| srcX | फ़्लोट | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| srcY | फ़्लोट | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcWidth | फ़्लोट | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| srcHeight | फ़्लोट | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
| srcUnit | GraphicsUnit | वे माप इकाइयाँ जिनमें पैरामीटर srcX, srcY, srcWidth और srcHeight निर्दिष्ट किए जाते हैं |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | Rectangle | छवि को ड्रॉ करने के लिए एक आयत |
| srcX | फ़्लोट | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| srcY | फ़्लोट | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcWidth | फ़्लोट | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| srcHeight | फ़्लोट | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
| srcUnit | GraphicsUnit | वे माप इकाइयाँ जिनमें पैरामीटर srcX, srcY, srcWidth और srcHeight निर्दिष्ट किए जाते हैं |
| imgAttributes | const Imaging::ImageAttributesPtr& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method
निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | Rectangle | छवि को ड्रॉ करने के लिए एक आयत |
| srcX | int | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| srcY | int | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcWidth | int | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| srcHeight | int | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
| srcUnit | GraphicsUnit | वे माप इकाइयाँ जिनमें पैरामीटर srcX, srcY, srcWidth और srcHeight निर्दिष्ट किए जाते हैं |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को निर्दिष्ट आयत में ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | Rectangle | छवि को ड्रॉ करने के लिए एक आयत |
| srcX | int | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का X निर्देशांक |
| srcY | int | छवि के ड्रॉ करने योग्य भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने का Y निर्देशांक |
| srcWidth | int | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की चौड़ाई |
| srcHeight | int | चित्र को ड्रॉ करने के भाग को निर्दिष्ट करने वाले आयत के ऊपरी बाएँ कोने की ऊँचाई |
| srcUnit | GraphicsUnit | वे माप इकाइयाँ जिनमें पैरामीटर srcX, srcY, srcWidth और srcHeight निर्दिष्ट किए जाते हैं |
| imgAttributes | const Imaging::ImageAttributesPtr& | छवि के लिए रंग और गामा जानकारी निर्दिष्ट करता है |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
लागू नहीं किया गया।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | Rectangle | छवि को ड्रॉ करने के लिए एक आयत |
| srcRect | Rectangle | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method
निर्दिष्ट स्थान पर निर्दिष्ट छवि के निर्दिष्ट क्षेत्र को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| destRect | RectangleF | छवि को ड्रॉ करने के लिए एक आयत |
| srcRect | RectangleF | निर्दिष्ट छवि को ड्रॉ करने के लिए क्षेत्र को परिभाषित करने वाला एक आयत |
| srcUnit | GraphicsUnit | srcRect पैरामीटर द्वारा उपयोग की जाने वाली माप इकाइयाँ |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++