This documentation is for the old version. Go to the latest Graphics Mill docs

FormatWriter Class

This is a base class for all format writers.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public MustInherit Class FormatWriter _
	Inherits SyncHandler _
	Implements IFormatWriter, IPixelFormatSupport
C#
public abstract class FormatWriter : SyncHandler, IFormatWriter, 
	IPixelFormatSupport

Remarks

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.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model





See Also

Reference