Show / Hide Table of Contents

Class ExifRectangularSubjectArea

Represents the location and area of the subject (EXIF Specification: 4xSHORT) The coordinate values, width, and height are expressed in relation to the upper left as origin, prior to rotation processing as per the Rotation tag.

Inheritance
System.Object
ExifProperty
ExifUShortArray
ExifPointSubjectArea
ExifRectangularSubjectArea
Inherited Members
ExifPointSubjectArea.Value
ExifPointSubjectArea.X
ExifPointSubjectArea.Y
ExifUShortArray.mValue
ExifUShortArray._Value
ExifUShortArray.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifRectangularSubjectArea : ExifPointSubjectArea

Constructors

| Improve this Doc View Source

ExifRectangularSubjectArea(ExifTag, UInt16, UInt16, UInt16, UInt16)

Declaration
public ExifRectangularSubjectArea(ExifTag tag, ushort x, ushort y, ushort w, ushort h)
Parameters
Type Name Description
ExifTag tag
System.UInt16 x
System.UInt16 y
System.UInt16 w
System.UInt16 h
| Improve this Doc View Source

ExifRectangularSubjectArea(ExifTag, UInt16[])

Declaration
public ExifRectangularSubjectArea(ExifTag tag, ushort[] value)
Parameters
Type Name Description
ExifTag tag
System.UInt16[] value

Properties

| Improve this Doc View Source

Height

Declaration
public ushort Height { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Width

Declaration
public ushort Width { get; set; }
Property Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ExifPointSubjectArea.ToString()
Back to top Copyright © 2019 Özgür Özçıtak