Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.3 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Brushes 03/30/2017
AutoGeneratedOrientationPage
graphics [WPF], brushes
painting [WPF]
brushes [WPF]
26710879-12ad-4c63-9bc6-a1834bb4243b

Brushes

The following topics describe how to use [!INCLUDETLA#tla_winclient] brushes to "paint" content to the screen

In This Section

WPF Brushes Overview
Brush Transformation Overview
Opacity Masks Overview
Painting with Solid Colors and Gradients Overview
Painting with Images, Drawings, and Visuals
TileBrush Overview
How-to Topics

Reference

xref:System.Windows.Media.Brush

xref:System.Windows.Media.SolidColorBrush

xref:System.Windows.Media.LinearGradientBrush

xref:System.Windows.Media.RadialGradientBrush

xref:System.Windows.Media.DrawingBrush

xref:System.Windows.Media.VisualBrush

Graphics and Multimedia

WPF Graphics Rendering Overview