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

MediaProcessorMetadataDictionary.Clone Method

Returns a full copy of this MediaProcessorMetadataDictionary class instance.

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

Syntax

Visual Basic
Public Function Clone As Object
C#
public Object Clone()

Return Value

An object which is a full copy of this dictionary. It will actually be of type MediaProcessorMetadataDictionary.

See Also

Reference