DrawImage

DrawImage(Image, int, int)

public void DrawImage(Image image, int x, int y)

也可以看看


DrawImage(Image, float, float)

public void DrawImage(Image image, float x, float y)

也可以看看


DrawImage(Image, Point)

public void DrawImage(Image image, Point point)

也可以看看


DrawImage(Image, Point[])

public void DrawImage(Image image, Point[] destPoints)

也可以看看


DrawImage(Image, PointF)

public void DrawImage(Image image, PointF point)

也可以看看


DrawImage(Image, PointF[])

public void DrawImage(Image image, PointF[] destPoints)

也可以看看


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

public void DrawImage(Image image, int x, int y, int width, int height)

也可以看看


DrawImage(Image, Rectangle)

public void DrawImage(Image image, Rectangle rect)

也可以看看


DrawImage(Image, RectangleF)

public void DrawImage(Image image, RectangleF rect)

也可以看看


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

public void DrawImage(Image image, float x, float y, float width, float height)

也可以看看


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

public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttr)

也可以看看


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

public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, 
    ImageAttributes imageAttr)

也可以看看


DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)

public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)

也可以看看


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)

也可以看看


DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)

public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, 
    int srcHeight, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, 
    float srcHeight, GraphicsUnit srcUnit)

也可以看看


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

public void DrawImage(Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, 
    float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)

也可以看看