mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
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
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "Bitmap Effects"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "graphics [WPF], bitmap effects"
|
||||
- "bitmap effects [WPF]"
|
||||
- "bitmap images [WPF]"
|
||||
- "images [WPF], bitmap"
|
||||
ms.assetid: be180b56-ca6e-4da3-a839-f6b0bf482f7d
|
||||
---
|
||||
# Bitmap Effects
|
||||
The topics in this section describe how to apply visual effects to bitmap images using [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)].
|
||||
|
||||
> [!IMPORTANT]
|
||||
> In the .NET Framework 4 or later, the <xref:System.Windows.Media.Effects.BitmapEffect> class is obsolete. If you try to use the <xref:System.Windows.Media.Effects.BitmapEffect> class, you will get an obsolete exception. The non-obsolete alternative to the <xref:System.Windows.Media.Effects.BitmapEffect> class is the <xref:System.Windows.Media.Effects.Effect> class. In most situations, the <xref:System.Windows.Media.Effects.Effect> class is significantly faster.
|
||||
|
||||
## In This Section
|
||||
[Bitmap Effects Overview](bitmap-effects-overview.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Media.Effects.BitmapEffect>
|
||||
|
||||
<xref:System.Windows.Media.Effects>
|
||||
|
||||
## Related Sections
|
||||
[Graphics and Multimedia](index.md)
|
||||
|
||||
[Imaging Overview](imaging-overview.md)
|
||||
Reference in New Issue
Block a user