MetafileExtensions Class

KGy SOFT Drawing Libraries

MetafileExtensions Class KGy SOFT Drawing Libraries Help
Contains extension methods for the Metafile type.
Inheritance Hierarchy

SystemObject  KGySoft.DrawingMetafileExtensions

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.1
Syntax

public static class MetafileExtensions
<ExtensionAttribute>
Public NotInheritable Class MetafileExtensions
[ExtensionAttribute]
public ref class MetafileExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MetafileExtensions =  class end

The MetafileExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSave(Metafile, Stream)
Saves a Metafile instance into a Stream. Actual format is selected by the raw format of the metafile.
Public methodStatic memberSave(Metafile, Stream, Boolean)
Saves a Metafile instance into a Stream using the required format.
Public methodStatic memberToBitmap
Creates a Bitmap of a Metafile instance provided in the metafile parameter.
Top
See Also

Reference