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)

Смотрите также