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[]定义平行四边形的三个 PointF 结构的数组。

也可以看看


DrawImage(Image, Point[], Rectangle)

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
范围类型描述
imageImage要绘制的图像。
destPointsPoint[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangle源矩形。

也可以看看


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

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImage要绘制的图像。
destPointsPoint[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangle源矩形。
srcUnitGraphicsUnit计量单位。

也可以看看


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

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
范围类型描述
imageImage要绘制的图像。
destPointsPoint[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangle源矩形。
srcUnitGraphicsUnit计量单位。
imageAttributesImageAttributes图像属性。

也可以看看


DrawImage(Image, PointF[])

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, PointF[] destPoints)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。

例外

例外(健康)状况
ArgumentNullException图像

也可以看看


DrawImage(Image, PointF[], RectangleF)

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangleF源矩形。

也可以看看


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

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangleF源矩形。
srcUnitGraphicsUnit计量单位。

也可以看看


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

绘制指定的指定部分image在指定位置和指定大小.

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttributes)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。
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一片空白。

也可以看看