* 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
2.2 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||
|---|---|---|---|---|---|---|
| Using a Brush to Fill Shapes | 03/30/2017 |
|
bf8f7fff-5a90-41e8-9051-494449fb2844 |
Using a Brush to Fill Shapes
A GDI+ xref:System.Drawing.Brush object is used to fill the interior of a closed shape. GDI+ defines several fill styles: solid color, hatch pattern, image texture, and color gradient.
In This Section
How to: Fill a Shape with a Solid Color
Describes how to use a solid-color brush to fill shapes.
How to: Fill a Shape with a Hatch Pattern
Shows how to use a hatch brush to fill shapes.
How to: Fill a Shape with an Image Texture
Explains how to use a texture brush to fill shapes.
How to: Tile a Shape with an Image
Describes how to tile an image in a shape.
Reference
xref:System.Drawing.Brush?displayProperty=nameWithType
Describes this class and contains links to all of its members
xref:System.Drawing.SolidBrush?displayProperty=nameWithType
Describes this class and contains links to all of its members
xref:System.Drawing.TextureBrush?displayProperty=nameWithType
Describes this class and contains links to all of its members.
xref:System.Drawing.Drawing2D.HatchBrush?displayProperty=nameWithType
Describes this class and contains links to all of its members.
xref:System.Drawing.Drawing2D.PathGradientBrush?displayProperty=nameWithType
Describes this class and contains links to all of its members.
Related Sections
Using a Gradient Brush to Fill Shapes
Contains a list of topics that show how to use a gradient brush.
Using a Pen to Draw Lines and Shapes
Provides a list of topics that demonstrate how to draw outlined shapes.
Using Managed Graphics Classes
Contains a list of topics describing how to use managed graphics classes.