Files
docs-desktop/dotnet-desktop-guide/framework/winforms/advanced/working-with-images-bitmaps-icons-and-metafiles.md
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

2.7 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Working with Images, Bitmaps, Icons, and Metafiles 03/30/2017
metafiles [Windows Forms], working with
examples [Windows Forms], bitmaps
examples [Windows Forms], images
bitmaps [Windows Forms], working with
images [Windows Forms], working with
examples [Windows Forms], metafiles
a626d701-bd99-4fd8-b92f-7b8f794e042b

Working with Images, Bitmaps, Icons, and Metafiles

GDI+ provides the Bitmap class for working with raster images and the Metafile class for working with vector images. The Bitmap and the Metafile classes both inherit from the Image class.

In This Section

How to: Draw an Existing Bitmap to the Screen
Describes how to load and draw bitmaps.

How to: Load and Display Metafiles
Shows how to load and draw metafiles.

Cropping and Scaling Images in GDI+
Explains how to crop and scale vector and raster images.

How to: Rotate, Reflect, and Skew Images
Describes how to draw rotated, reflected and skewed images.

How to: Use Interpolation Mode to Control Image Quality During Scaling
Shows how to use the xref:System.Drawing.Drawing2D.InterpolationMode enumeration to change image quality.

How to: Create Thumbnail Images
Describes how to create thumbnail images.

How to: Improve Performance by Avoiding Automatic Scaling
Explains how to draw an image without automatic scaling.

How to: Read Image Metadata
Describes how to read metadata from an image.

How to: Create a Bitmap at Run Time
Shows how to draw a bitmap at runtime.

How to: Extract the Icon Associated with a File in Windows Forms
Describes how to extract an icon that is an embedded resource of a file.

Reference

xref:System.Drawing.Image
Describes this class and has links to all of its members.

xref:System.Drawing.Imaging.Metafile
Describes this class and has links to all of its members.

xref:System.Drawing.Bitmap
Describes this class and has links to all of its members.

Images, Bitmaps, and Metafiles
Contains links to topics that discuss different types of bitmaps and manipulating them in your applications.