Skip to main content

GraphicsCache.DrawImage Method

Name Parameters Description
DrawImage(Image, Point) image, point Draws the Image at the specified location and with the specified size.
DrawImage(Image, Point[], Rectangle, GraphicsUnit) image, destPoints, srcRect, srcUnit Draws the specified Image portion at the specified location and with the specified size.
DrawImage(Image, Point[], Rectangle, ColorMatrix) image, destPts, srcRect, matrix Draws the Image portion at the specified location and with the specified size.
DrawImage(Image, Point[]) image, destPoints Draws the specified Image at the specified location and with the specified shape and size.
DrawImage(Image, PointF) image, point Draws the Image with its original physical size and at the specified location.
DrawImage(Image, PointF[], RectangleF, GraphicsUnit) image, destPoints, srcRect, srcUnit Draws the Image portion at the specified location and with the specified size.
DrawImage(Image, PointF[], RectangleF, ColorMatrix) image, destPts, srcRect, matrix Draws the portion of the specified Image at the specified location and with the specified size.
DrawImage(Image, PointF[]) image, destPoints Draws the specified Image at the specified location and with the specified shape and size.
DrawImage(Image, Rectangle, Rectangle, Boolean) image, destRect, scrRect, enabled Draws the specified Image portion with the specified size.
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit) image, destRect, srcRect, srcUnit Draws the portion of the specified Image at the specified location and with the specified size.
DrawImage(Image, Rectangle, Rectangle, ColorMatrix) image, destRect, srcRect, matrix Draws the portion of the specified Image at the specified location and with the specified size.
DrawImage(Image, Rectangle, Rectangle, ImageAttributes) image, destRect, scrRect, attributes Draws the specified Image portion at the specific coordinates and with the specified attributes and size.
DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit) image, destRect, x, y, width, height, srcUnit Draws an Image portion at the specified location and with the specified size.
DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) image, destRect, srcX, srcY, srcWidth, srcHeight, srcUnit Draws an Image portion at the specified location and with the specified size.
DrawImage(Image, Rectangle, Single, Single, Single, Single, ColorMatrix) image, destRect, srcX, srcY, srcWidth, srcHeight, matrix Draws an Image portion at the specified location and with the specified size.
DrawImage(Image, Rectangle) image, rect Draws the specified Image at the specified location and with the specified size.
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) image, destRect, srcRect, srcUnit Draws an Image portion at the specified location and with the specified size.
DrawImage(Image, RectangleF) image, rect Draws the Image at the specified location and with the specified size.
DrawImage(Image, Int32, Int32, Rectangle, Boolean) image, x, y, srcRect, enabled Draws the specified Image portion at the specific coordinates and with the specified size.
DrawImage(Image, Int32, Int32, Rectangle, GraphicsUnit) image, x, y, srcRect, srcUnit Draws an image portion at a specified location.
DrawImage(Image, Int32, Int32, Int32, Int32) image, x, y, width, height Draws the given images at specific coordinates and with specific size.
DrawImage(Image, Int32, Int32) image, x, y Draws the specified Image with its original physical size, at the location specified by a coordinate pair.
DrawImage(Image, Single, Single, RectangleF, GraphicsUnit) image, x, y, srcRect, srcUnit Draws an image portion at the specified location.
DrawImage(Image, Single, Single, Single, Single) image, x, y, width, height Draws the Image at the specific location and with the specific size.
DrawImage(Image, Single, Single) image, x, y Draws the Image using its original physical size and at the specified location.