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

ExifDictionary Constructor (IntPtr)

This constructor is used by Graphics Mill for .NET for internal purposes. Do not call it directly.

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

Syntax

Visual Basic
Public Sub New ( _
	exif As IntPtr _
)
C#
public ExifDictionary(
	IntPtr exif
)

Parameters

exif

Type: System.IntPtr

The pointer to the internal Graphics Mill for .NET object.

See Also

Reference