Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

PageCanvas.DrawImage Method

Name Parameters Description
DrawImage(OfficeImage, Point, DocumentLayoutUnit) image, point, unit Draws a custom image.
DrawImage(OfficeImage, Point) image, point Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode, DocumentLayoutUnit) image, bounds, sizeMode, unit Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode) image, bounds, sizeMode Draws a custom image.
DrawImage(OfficeImage, Rectangle, DocumentLayoutUnit) image, bounds, unit Draws a custom image.
DrawImage(OfficeImage, Rectangle) image, bounds Draws a custom image.
DrawImage(Image, Point, DocumentLayoutUnit) image, point, unit Draws a custom image.
DrawImage(Image, Point) image, point Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode, DocumentLayoutUnit) image, bounds, sizeMode, unit Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode) image, bounds, sizeMode Draws a custom image.
DrawImage(Image, Rectangle, DocumentLayoutUnit) image, bounds, unit Draws a custom image.
DrawImage(Image, Rectangle) image, bounds Draws a custom image.