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

PcxEncoderOptions Class

This class represents PCX encoder options. Currently it is empty.

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

Syntax

Visual Basic
Public NotInheritable Class PcxEncoderOptions _
	Inherits EncoderOptions
C#
public sealed class PcxEncoderOptions : EncoderOptions

Remarks

PCX format is not supported for saving, so you cannot use it.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.EncoderOptions
L Aurigma.GraphicsMill.Codecs.PcxEncoderOptions

Thread Safety

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

Object Model




See Also

Reference