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>&ड्रॉ करने के लिए छवि
pointconst Point&चित्रित छवि के ऊपर-बाएँ कोने को निर्दिष्ट करने वाली Point संरचना।

संबंधित देखें

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Rectangle&) method

निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके एक निर्दिष्ट छवि को ड्रॉ करता है।

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Rectangle &rect)
पैरामीटरप्रकारविवरण
छविconst SharedPtr<Image>&ड्रॉ करने के लिए छवि
rectconst Rectangle&चित्रित छवि के ऊपर-बाएँ कोने को निर्दिष्ट करने वाला आयत। आयत की X और Y गुण ऊपर-बाएँ कोने को निर्दिष्ट करते हैं। चौड़ाई और ऊँचाई मानों को अनदेखा किया जाता है।

संबंधित देखें

Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int) method

निर्दिष्ट स्थान पर उसकी मूल भौतिक आकार का उपयोग करके निर्दिष्ट छवि को ड्रॉ करता है।

void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, int x, int y)
पैरामीटरप्रकारविवरण
छविconst SharedPtr<Image>&ड्रॉ करने के लिए छवि
xintचित्रित छवि के ऊपर-बाएँ कोने का X निर्देशांक
yintचित्रित छवि के ऊपर-बाएँ कोने का Y निर्देशांक

संबंधित देखें

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>&ड्रॉ करने के लिए छवि
xintचित्रित छवि के ऊपर-बाएँ कोने का X निर्देशांक
yintचित्रित छवि के ऊपर-बाएँ कोने का Y निर्देशांक
widthintउपयोग नहीं किया गया
heightintउपयोग नहीं किया गया

संबंधित देखें