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
ExifPointSubjectArea
Inherited Members
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifPointSubjectArea : ExifUShortArray
Constructors
| Improve this Doc View SourceExifPointSubjectArea(ExifTag, UInt16, UInt16)
Declaration
public ExifPointSubjectArea(ExifTag tag, ushort x, ushort y)
Parameters
| Type | Name | Description |
|---|---|---|
| ExifTag | tag | |
| System.UInt16 | x | |
| System.UInt16 | y |
ExifPointSubjectArea(ExifTag, UInt16[])
Declaration
public ExifPointSubjectArea(ExifTag tag, ushort[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| ExifTag | tag | |
| System.UInt16[] | value |
Properties
| Improve this Doc View SourceValue
Declaration
protected ushort[] Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16[] |
X
Declaration
public ushort X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
Y
Declaration
public ushort Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |