C# 클래스 ImageProcessor.Imaging.MetaData.ImageFactoryMetaExtensions

Extension methods for writing EXIF metadata to the image.
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
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