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

CustomFormatWriter Class

Abstract class for a custom format writer object.

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

Syntax

Visual Basic
Public MustInherit Class CustomFormatWriter _
	Inherits FormatWriter
C#
public abstract class CustomFormatWriter : FormatWriter

Remarks

In case you want to add write support of media formats not already supported by Graphics Mill for .NET, or if you want a custom writer for an already supported format, you should create a writer class derived from this class.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.SyncHandler
L Aurigma.GraphicsMill.Codecs.FormatWriter
L Aurigma.GraphicsMill.Codecs.CustomFormatWriter

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