ExifDictionary Constructor (ExifDictionary)

Initializes a new instance of the ExifDictionary class from the specified existing dictionary.

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

Syntax

C#
public ExifDictionary(
	ExifDictionary exif
)

Parameters

exif

Type: Aurigma.GraphicsMill.Codecs.ExifDictionary

The ExifDictionary to be copied.

See Also

Reference