Graphics.DrawImage

DrawImage(Image, PointF)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर अपने मूल भौतिक आकार का उपयोग करते हुए.

public void DrawImage(Image sourceImage, PointF point)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
pointPointFPointF संरचना जो खींची गई छवि के ऊपरी-बाएँ कोने का प्रतिनिधित्व करती है।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, float, float)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर अपने मूल भौतिक आकार का उपयोग करते हुए.

public void DrawImage(Image sourceImage, float x, float y)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
xSingleखींची गई छवि के ऊपरी-बाएँ कोने का x-निर्देशांक।
ySingleखींची गई छवि के ऊपरी-बाएँ कोने का y-निर्देशांक।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, RectangleF)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, RectangleF rect)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectRectangleFRectangleF संरचना जो खींची गई छवि के स्थान और आकार को निर्दिष्ट करती है।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Rectangle, GraphicsUnit)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectDestinationRectangleगंतव्य आयत।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, RectangleF, GraphicsUnit)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectDestinationRectangleFगंतव्य आयत।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectDestinationRectangleगंतव्य आयत।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।
imageAttributesImageAttributesछवि गुण।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit, 
    ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectDestinationRectangleFआरेखित करने के लिए गंतव्य आयत.
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।
imageAttributesImageAttributesछवि गुण।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectSourceRectangleसही स्रोत।
rectDestinationRectangleसही गंतव्य।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectSourceRectangleFसही स्रोत।
rectDestinationRectangleFसही गंतव्य।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectSourceRectangleसही स्रोत।
rectDestinationRectangleसही गंतव्य।
graphicsUnitGraphicsUnitग्राफिक्स यूनिट।
imageAttributesImageAttributesछवि गुण।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, 
    GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectSourceRectangleFस्रोत आयत।
rectDestinationRectangleFगंतव्य आयत।
graphicsUnitGraphicsUnitउपयोग करने के लिए ग्राफिक्स यूनिट।
imageAttributesImageAttributesउपयोग करने के लिए छवि विशेषताएँ।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Point[])

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, Point[] destPoints)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPoint[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।

यह सभी देखें


DrawImage(Image, Point[], Rectangle)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPoint[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleस्रोत आयत।

यह सभी देखें


DrawImage(Image, Point[], Rectangle, GraphicsUnit)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPoint[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleस्रोत आयत।
srcUnitGraphicsUnitमाप की इकाइयाँ।

यह सभी देखें


DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPoint[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleस्रोत आयत।
srcUnitGraphicsUnitमाप की इकाइयाँ।
imageAttributesImageAttributesछवि गुण।

यह सभी देखें


DrawImage(Image, PointF[])

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, PointF[] destPoints)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPointF[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।

अपवाद

अपवादस्थिति
ArgumentNullExceptionछवि

यह सभी देखें


DrawImage(Image, PointF[], RectangleF)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPointF[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleFस्रोत आयत।

यह सभी देखें


DrawImage(Image, PointF[], RectangleF, GraphicsUnit)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPointF[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleFस्रोत आयत।
srcUnitGraphicsUnitमाप की इकाइयाँ।

यह सभी देखें


DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)

निर्दिष्ट के निर्दिष्ट भाग को खींचता हैimage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
पैरामीटरप्रकारविवरण
imageImageचित्र बनाना है।
destPointsPointF[]समांतर चतुर्भुज को परिभाषित करने वाली तीन पॉइंटएफ संरचनाओं की सरणी।
srcRectRectangleFस्रोत आयत।
srcUnitGraphicsUnitमाप की इकाइयाँ।
imageAttributesImageAttributesछवि गुण।

यह सभी देखें


DrawImage(Image, float, float, float, float)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, float x, float y, float width, float height)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
xSingleखींची गई छवि के ऊपरी-बाएँ कोने का x-निर्देशांक।
ySingleखींची गई छवि के ऊपरी-बाएँ कोने का y-निर्देशांक।
widthSingleखींची गई छवि की चौड़ाई।
heightSingleखींची गई छवि की ऊँचाई।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Point)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर अपने मूल भौतिक आकार का उपयोग करते हुए.

public void DrawImage(Image sourceImage, Point point)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
pointPointPoint संरचना जो खींची गई छवि के ऊपरी-बाएँ कोने के स्थान का प्रतिनिधित्व करती है।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, int, int)

एक निर्देशांक जोड़ी द्वारा निर्दिष्ट स्थान पर, अपने मूल भौतिक आकार का उपयोग करते हुए, निर्दिष्ट छवि बनाता है।

public void DrawImage(Image sourceImage, int x, int y)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
xInt32खींची गई छवि के ऊपरी-बाएँ कोने का x-निर्देशांक।
yInt32खींची गई छवि के ऊपरी-बाएँ कोने का y-निर्देशांक।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, Rectangle)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, Rectangle rect)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
rectRectangleRectangle संरचना जो खींची गई छवि के स्थान और आकार को निर्दिष्ट करती है।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें


DrawImage(Image, int, int, int, int)

निर्दिष्ट आरेखित करता हैImage निर्दिष्ट स्थान पर और निर्दिष्ट आकार के साथ.

public void DrawImage(Image sourceImage, int x, int y, int width, int height)
पैरामीटरप्रकारविवरण
sourceImageImageचित्र बनाने के लिए।
xInt32खींची गई छवि के ऊपरी-बाएँ कोने का x-निर्देशांक।
yInt32खींची गई छवि के ऊपरी-बाएँ कोने का y-निर्देशांक।
widthInt32खींची गई छवि की चौड़ाई।
heightInt32खींची गई छवि की ऊँचाई।

अपवाद

अपवादस्थिति
ArgumentNullExceptionsourceImage शून्य है।

यह सभी देखें