Méthode | Description | |
---|---|---|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, byte value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, int value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, string value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, uint value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, ushort value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
Méthode | Description | |
---|---|---|
SetPropertyItem ( this imageFactory, ExifPropertyTag id, ExifPropertyTagType type, int length, byte value ) : ImageFactory |
Sets a property item with the given id to the collection within the current ImageFactory instance.
|
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational |
||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | Rational |
The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational |
||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | Rational |
The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, byte value ) : ImageFactory | ||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | byte | The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, int value ) : ImageFactory | ||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | int | The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, string value ) : ImageFactory | ||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | string | The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, uint value ) : ImageFactory | ||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | uint | The value to assign to the property item. |
Résultat | ImageFactory |
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, ushort value ) : ImageFactory | ||
imageFactory | this | The image factory. |
id | ExifPropertyTag | The id to assign to the property item. |
value | ushort | The value to assign to the property item. |
Résultat | ImageFactory |