System::Drawing::Graphics::DrawImageUnscaled मेथड
अंतर्वस्तु
[
छिपाना
]Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Point&) method
निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके एक निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Point &point)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| point | const Point& | चित्रित छवि के ऊपर-बाएँ कोने को निर्दिष्ट करने वाली Point संरचना। |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Rectangle&) method
निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके एक निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Rectangle &rect)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| छवि | const SharedPtr<Image>& | ड्रॉ करने के लिए छवि |
| rect | const Rectangle& | चित्रित छवि के ऊपर-बाएँ कोने को निर्दिष्ट करने वाला आयत। आयत की X और Y गुण ऊपर-बाएँ कोने को निर्दिष्ट करते हैं। चौड़ाई और ऊँचाई मानों को अनदेखा किया जाता है। |
संबंधित देखें
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int) method
निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImageUnscaled(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::DrawImageUnscaled(const SharedPtr<Image>&, int, int, int, int) method
निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके एक निर्दिष्ट छवि को ड्रॉ करता है।
void System::Drawing::Graphics::DrawImageUnscaled(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++