Graphics.DrawImage 方法

在指定位置并且按原始大小绘制指定的 Image

重载列表

名称 说明
Graphics.DrawImage (Image, Point) 在指定的位置使用原始物理大小绘制指定的 Image
Graphics.DrawImage (Image, Point[]) 在指定位置并且按指定形状和大小绘制指定的 Image
Graphics.DrawImage (Image, PointF) 在指定的位置使用原始物理大小绘制指定的 Image
Graphics.DrawImage (Image, PointF[]) 在指定位置并且按指定形状和大小绘制指定的 Image
Graphics.DrawImage (Image, Rectangle) 在指定位置并且按指定大小绘制指定的 Image
Graphics.DrawImage (Image, RectangleF) 在指定位置并且按指定大小绘制指定的 Image
Graphics.DrawImage (Image, Int32, Int32) 在由坐标对指定的位置,使用图像的原始物理大小绘制指定的图像。

由 .NET Compact Framework 支持。
Graphics.DrawImage (Image, Single, Single) 在指定的位置使用原始物理大小绘制指定的 Image
Graphics.DrawImage (Image, Point[], Rectangle, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, PointF[], RectangleF, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Rectangle, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。

由 .NET Compact Framework 支持。
Graphics.DrawImage (Image, RectangleF, RectangleF, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Int32, Int32, Int32, Int32) 在指定位置并且按指定大小绘制指定的 Image
Graphics.DrawImage (Image, Int32, Int32, Rectangle, GraphicsUnit) 在指定的位置绘制图像的一部分。

由 .NET Compact Framework 支持。
Graphics.DrawImage (Image, Point[], Rectangle, GraphicsUnit, ImageAttributes) 在指定位置绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Single, Single, RectangleF, GraphicsUnit) 在指定的位置绘制图像的一部分。
Graphics.DrawImage (Image, Single, Single, Single, Single) 在指定位置并且按指定大小绘制指定的 Image
Graphics.DrawImage (Image, Point[], Rectangle, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Point[], Rectangle, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, Int32) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, Int32) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。

由 .NET Compact Framework 支持。
Graphics.DrawImage (Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, IntPtr) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。
Graphics.DrawImage (Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, IntPtr) 在指定位置并且按指定大小绘制指定的 Image 的指定部分。

请参见

参考

Graphics 类
Graphics 成员
System.Drawing 命名空间

其他资源

图像、位图和图元文件