Graphics::DrawImageUnscaled Method

 

Draws the specified image using its original physical size at the location specified by a coordinate pair.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawImageUnscaled(Image^, Int32, Int32)

Draws the specified image using its original physical size at the location specified by a coordinate pair.

System_CAPS_pubmethodDrawImageUnscaled(Image^, Int32, Int32, Int32, Int32)

Draws a specified image using its original physical size at a specified location.

System_CAPS_pubmethodDrawImageUnscaled(Image^, Point)

Draws a specified image using its original physical size at a specified location.

System_CAPS_pubmethodDrawImageUnscaled(Image^, Rectangle)

Draws a specified image using its original physical size at a specified location.

Return to top
Show: