forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns-System.Drawing.Imaging.xml
24 lines (19 loc) · 1.73 KB
/
ns-System.Drawing.Imaging.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Namespace Name="System.Drawing.Imaging">
<Docs>
<summary>Provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by the <see cref="N:System.Drawing" /> namespace.</summary>
<remarks>
<format type="text/markdown"><]
The <xref:System.Drawing.Imaging.Metafile> class provides methods for recording and saving metafiles. The <xref:System.Drawing.Imaging.Encoder> class enables users to extend GDI+ to support any image format. The <xref:System.Drawing.Imaging.PropertyItem> class provides methods for storing and retrieving metadata in image files.
> [!CAUTION]
> Classes within the <xref:System.Drawing.Imaging> namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/winforms/advanced/graphics-and-drawing-in-windows-forms">Graphics and Drawing in Windows Forms</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/images-bitmaps-and-metafiles">Images, Bitmaps, and Metafiles</related>
<related type="Article" href="/dotnet/desktop/winforms/advanced/images-bitmaps-and-metafiles">Working with Images, Bitmaps, Icons, and Metafiles</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/using-image-encoders-and-decoders-in-managed-gdi">Using Image Encoders and Decoders in Managed GDI+</related>
<related type="Article" href="/dotnet/framework/winforms/advanced/recoloring-images">Recoloring Images</related>
</Docs>
</Namespace>