DrawImage

DrawImage(Image, int, int)

在坐标对指定的位置使用其原始物理尺寸绘制指定图像。

public void DrawImage(Image image, int x, int y)
范围类型描述
imageImage要绘制的图像。
xInt32绘制图像左上角的 x 坐标。
yInt32绘制图像左上角的 y 坐标。

也可以看看


DrawImage(Image, float, float)

绘制指定的Image,在指定位置使用其原始物理尺寸。

public void DrawImage(Image image, float x, float y)
范围类型描述
imageImageImage画。
xSingle绘制图像左上角的 x 坐标。
ySingle绘制图像左上角的 y 坐标。

也可以看看


DrawImage(Image, Point)

在指定位置使用其原始物理尺寸绘制指定图像。

public void DrawImage(Image image, Point point)
范围类型描述
imageImage要绘制的图像。
pointPoint表示绘制图像左上角位置的点结构。

也可以看看


DrawImage(Image, Point[])

绘制指定的Е:Image在指定的位置并具有指定的形状和大小。

public void DrawImage(Image image, Point[] destPoints)
范围类型描述
imageImageImage画。
destPointsPoint[]三个数组Point定义平行四边形的结构。

也可以看看


DrawImage(Image, PointF)

绘制指定的Image,在指定位置使用其原始物理尺寸。

public void DrawImage(Image image, PointF point)
范围类型描述
imageImageImage画。
pointPointFPointF表示绘制图像的左上角的结构。

也可以看看


DrawImage(Image, PointF[])

绘制指定的Image在指定的位置并具有指定的形状和大小。

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

也可以看看


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

在指定位置以指定大小绘制指定图像。

public void DrawImage(Image image, int x, int y, int width, int height)
范围类型描述
imageImage要绘制的图像。
xInt32绘制图像左上角的 x 坐标。
yInt32绘制图像左上角的 y 坐标。
widthInt32绘制图像的宽度。
heightInt32绘制图像的高度。

也可以看看


DrawImage(Image, Rectangle)

在指定位置以指定大小绘制指定图像。

public void DrawImage(Image image, Rectangle rect)
范围类型描述
imageImage要绘制的图像。
rectRectangle指定绘制图像的位置和大小的矩形。

也可以看看


DrawImage(Image, RectangleF)

在指定位置以指定大小绘制指定图像。

public void DrawImage(Image image, RectangleF rect)
范围类型描述
imageImage要绘制的图像。
rectRectangleF指定绘制图像的位置和大小的矩形。

也可以看看


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

绘制指定的Image ,使用其原始物理大小,在指定位置和指定大小。

public void DrawImage(Image image, float x, float y, float width, float height)
范围类型描述
imageImageImage画。
xSingle绘制图像左上角的 x 坐标。
ySingle绘制图像左上角的 y 坐标。
widthSingle绘制图像的宽度。
heightSingle绘制图像的高度。

也可以看看


DrawImage(Image, int, int, Rectangle, GraphicsUnit)

在指定位置绘制图像的一部分。

public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImageImage画。
xInt32绘制图像左上角的 x 坐标。
yInt32绘制图像左上角的 y 坐标。
srcRectRectangleRectangle指定要绘制的图像对象部分的结构。
srcUnitGraphicsUnit成员GraphicsUnit指定 srcRect 参数使用的度量单位的枚举。

也可以看看


DrawImage(Image, float, float, RectangleF, GraphicsUnit)

在指定位置绘制图像的一部分。

public void DrawImage(Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImageImage画。
xSingle绘制图像左上角的 x 坐标。
ySingle绘制图像左上角的 y 坐标。
srcRectRectangleFRectangleF指定要绘制的图像对象部分的结构。
srcUnitGraphicsUnit成员GraphicsUnit指定 srcRect 参数使用的度量单位的枚举。

也可以看看


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

在指定位置以指定大小绘制指定图像的指定部分。

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangleF指定要绘制的图像对象部分的 RectangleF 结构。
srcUnitGraphicsUnitGraphicsUnit 枚举的成员,指定 使用的度量单位srcRect范围。

也可以看看


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

绘制指定的指定部分Image在指定的位置和指定的大小。

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImageImage画。
destPointsPoint[]三个数组Point定义平行四边形的结构。
srcRectRectangleRectangle指定要绘制的图像对象部分的结构。
srcUnitGraphicsUnit成员GraphicsUnit枚举指定 使用的度量单位srcRect范围。

也可以看看


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

绘制指定的指定部分Image在指定的位置和指定的大小。

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttr)
范围类型描述
imageImageImage画。
destPointsPoint[]三个数组Point定义平行四边形的结构。
srcRectRectangleRectangle指定要绘制的图像对象部分的结构。
srcUnitGraphicsUnit成员GraphicsUnit枚举指定 使用的度量单位srcRect范围。
imageAttrImageAttributesImageAttributes指定图像对象的重新着色和伽玛信息。

也可以看看


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

在指定位置以指定大小绘制指定图像的指定部分。

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttr)
范围类型描述
imageImage要绘制的图像。
destPointsPointF[]定义平行四边形的三个 PointF 结构的数组。
srcRectRectangleF指定要绘制的图像对象部分的 RectangleF 结构。
srcUnitGraphicsUnitGraphicsUnit 枚举的成员,指定 使用的度量单位srcRect范围。
imageAttrImageAttributesImageAttributes 指定图像对象的重新着色和伽玛信息。

也可以看看


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)

在指定位置以指定大小绘制指定图像的指定部分。

public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImage要绘制的图像。
destRectRectangle指定绘制图像的位置和大小的矩形结构。 缩放图像以适应矩形。
srcRectRectangle指定要绘制的图像对象部分的矩形结构。
srcUnitGraphicsUnitGraphicsUnit 枚举的成员,它指定测量单位使用的srcRect范围。

也可以看看


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

在指定位置以指定大小绘制指定图像的指定部分。

public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, 
    int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
范围类型描述
imageImage要绘制的图像。
destRectRectangle指定绘制图像的位置和大小的矩形结构。 缩放图像以适应矩形。
srcXInt32要绘制的源图像部分左上角的 x 坐标。
srcYInt32要绘制的源图像部分左上角的 y 坐标。
srcWidthInt32要绘制的源图像部分的宽度。
srcHeightInt32要绘制的源图像部分的高度。
srcUnitGraphicsUnitGraphicsUnit 枚举的成员,它指定用于确定源矩形的 measure 单位。
imageAttrImageAttributesImageAttributes 指定图像对象的重新着色和伽玛信息。

也可以看看


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

在指定位置以指定大小绘制指定图像的指定部分。

public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
范围类型描述
imageImage要绘制的图像。
destRectRectangleFRectangleF 结构,指定绘制图像的位置和大小。 图像被缩放以适合矩形。
srcRectRectangleF指定要绘制的图像对象部分的 RectangleF 结构。
srcUnitGraphicsUnitGraphicsUnit 枚举的成员,它指定测量单位使用的srcRect范围。

也可以看看


DrawImage(Image, Rectangle, int, int, int, int, GraphicsUnit)

绘制指定的指定部分Image在指定的位置和指定的大小。

public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, 
    int srcHeight, GraphicsUnit srcUnit)
范围类型描述
imageImageImage画。
destRectRectangleRectangle指定绘制图像的位置和大小的结构。图像被缩放以适合矩形。
srcXInt32要绘制的源图像部分左上角的 x 坐标。
srcYInt32要绘制的源图像部分左上角的 y 坐标。
srcWidthInt32要绘制的源图像部分的宽度。
srcHeightInt32要绘制的源图像部分的高度
srcUnitGraphicsUnit成员GraphicsUnit枚举,指定用于确定源矩形的度量单位。

也可以看看


DrawImage(Image, Rectangle, float, float, float, float, GraphicsUnit)

绘制指定的指定部分Image在指定的位置和指定的大小。

public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, 
    float srcHeight, GraphicsUnit srcUnit)
范围类型描述
imageImageImage画。
destRectRectangleRectangle指定绘制图像的位置和大小的结构。图像被缩放以适合矩形。
srcXSingle要绘制的源图像部分左上角的 x 坐标。
srcYSingle要绘制的源图像部分左上角的 y 坐标。
srcWidthSingle要绘制的源图像部分的宽度。
srcHeightSingle要绘制的源图像部分的高度
srcUnitGraphicsUnit成员GraphicsUnit枚举,指定用于确定源矩形的度量单位。

也可以看看


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

绘制指定的指定部分Image在指定的位置和指定的大小。

public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, 
    float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
范围类型描述
imageImageImage画。
destRectRectangleRectangle指定绘制图像的位置和大小的结构。图像被缩放以适合矩形。
srcXSingle要绘制的源图像部分左上角的 x 坐标。
srcYSingle要绘制的源图像部分左上角的 y 坐标。
srcWidthSingle要绘制的源图像部分的宽度。
srcHeightSingle要绘制的源图像部分的高度
srcUnitGraphicsUnit成员GraphicsUnit枚举,指定用于确定源矩形的度量单位。
imageAttrsImageAttributesImageAttributes指定图像对象的重新着色和伽玛信息。

也可以看看