C# Класс ImageProcessor.Imaging.MetaData.ImageFactoryMetaExtensions

Extension methods for writing EXIF metadata to the image.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory

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.

Приватные методы

Метод Описание
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.

Описание методов

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
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.
Результат ImageFactory

SetPropertyItem() публичный статический Метод

Sets a property item with the given id to the collection within the current ImageFactory instance.
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.
Результат ImageFactory