Contains extension methods for the Metafile type.
Inheritance Hierarchy
KGySoft.DrawingMetafileExtensions
Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.0.0-preview.2
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | Save(Metafile, Stream) | |
![]() ![]() | Save(Metafile, Stream, Boolean) | |
![]() ![]() | SaveAsEmf(Metafile, Stream) |
Saves the specified metafile as an EMF (Enhanced Metafile) using Windows API.
|
![]() ![]() | SaveAsEmf(Metafile, String) |
Saves the specified metafile to the specified file as an EMF (Enhanced Metafile) using Windows API.
|
![]() ![]() | SaveAsWmf(Metafile, Stream) |
Saves the specified metafile as a WMF (Windows Metafile) using Windows API.
|
![]() ![]() | SaveAsWmf(Metafile, String) |
Saves the specified metafile to the specified file as a WMF (Windows Metafile) using Windows API.
|
![]() ![]() | ToBitmap(Metafile, Size, Boolean) | |
![]() ![]() | ToBitmap(Metafile, Size, Boolean, Boolean) |
Remarks
![]() |
---|
When targeting .NET 7.0 or later versions this class is supported on Windows only. |
See Also