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

IptcDictionary 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 ( _
	iptc As IntPtr _
)
C#
public IptcDictionary(
	IntPtr iptc
)

Parameters

iptc

Type: System.IntPtr

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

See Also

Reference