Show / Hide Table of Contents

Class ExifPointSubjectArea

Represents the location and area of the subject (EXIF Specification: 2xSHORT) 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
ExifCircularSubjectArea
ExifRectangularSubjectArea
Inherited Members
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 ExifPointSubjectArea : ExifUShortArray

Constructors

| Improve this Doc View Source

ExifPointSubjectArea(ExifTag, UInt16, UInt16)

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

ExifPointSubjectArea(ExifTag, UInt16[])

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

Properties

| Improve this Doc View Source

Value

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

X

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

Y

Declaration
public ushort Y { 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
ExifUShortArray.ToString()
Back to top Copyright © 2019 Özgür Özçıtak