Files
docs-desktop/dotnet-desktop-guide/framework/winforms/advanced/using-managed-graphics-classes.md
T
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.4 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Using Managed Graphics Classes 03/30/2017
GDI+, managed classes
graphics [Windows Forms], using in Windows Forms
graphics [Windows Forms], managed classes
e6d1a42d-2100-46aa-97e6-a5ddc0baaae5

Using Managed Graphics Classes

The following topics describe how to use the GDI+ API in the managed class framework.

In This Section

Getting Started with Graphics Programming
Describes how to accomplish basic tasks with GDI+.

Using a Pen to Draw Lines and Shapes
Demonstrates how to construct a pen and use it to draw a variety of lines and shapes.

Using a Brush to Fill Shapes
Demonstrates how to construct a brush and fill shapes with a variety of effects.

Using a Gradient Brush to Fill Shapes
Shows how to create and use different types of gradient brushes.

Working with Images, Bitmaps, Icons, and Metafiles
Demonstrates how to construct and manipulate images.

Alpha Blending Lines and Fills
Demonstrates how to achieve transparency for shapes and lines.

Using Fonts and Text
Shows how to draw text and use fonts and font families.

Constructing and Drawing Curves
Shows how to draw Cardinal and Bezier splines.

Constructing and Drawing Paths
Shows how to create figures using paths.

Using Transformations in Managed GDI+
Demonstrates matrix transformations.

Using Graphics Containers
Shows how to manage graphics object state and nested graphics containers.

Using Regions
Demonstrates hit testing and clipping with regions.

Recoloring Images
Demonstrates various aspects of manipulating colors.

Using Image Encoders and Decoders in Managed GDI+
Show how to use image encoders and decoders to manipulate images.

Double Buffered Graphics
Demonstrates how to reduce flicker with double buffering.