This is a base class for all format writers.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public MustInherit Class FormatWriter _ Inherits SyncHandler _ Implements IFormatWriter, IPixelFormatSupport
public abstract class FormatWriter : SyncHandler, IFormatWriter, IPixelFormatSupport
This class is derived by all format writers. It provides the follwoing base functionality:
Typically you use this class (rather than its descendant) when you use CreateFormatWriter(String) method of the FormatManager class to get a format writer of proper type. It allows you to write the encoding code once for all formats you are going to save.