ImageDict Class

Namespace: id3.Face

Definition

This class represents a ImageDict

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the dict

keys

StringList

Gets a string list containing the keys in the dict.

operator [string key]

Image

Gets or sets the element for the key in the dict.

Iteration

This class supports iteration in Dart, C#, Java and Python.

The iteration is done on keys

Methods

Name

Description

add

Adds an item to the ImageDict object.

clear

Clears the ImageDict object.

clone

Clones the ImageDict object.

containsKey

Determines whether the ImageDictobject contains the specified key.

get

Gets an item of the ImageDict object.

getCount

Gets the number of elements in the ImageDict object.

remove

Removes an element of the ImageDict object.

set

Sets an item of the ImageDict object.