Show / Hide Table of Contents

Class LensSpecification

Represents lens specification (EXIF Specification: 4xRATIONAL)

Inheritance
System.Object
ExifProperty
ExifURationalArray
LensSpecification
Inherited Members
ExifURationalArray.mValue
ExifURationalArray._Value
ExifURationalArray.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class LensSpecification : ExifURationalArray

Constructors

| Improve this Doc View Source

LensSpecification(ExifTag, MathEx.UFraction32[])

Declaration
public LensSpecification(ExifTag tag, MathEx.UFraction32[] value)
Parameters
Type Name Description
ExifTag tag
MathEx.UFraction32[] value
| Improve this Doc View Source

LensSpecification(ExifTag, Single, Single, Single, Single)

Declaration
public LensSpecification(ExifTag tag, float minFocal, float maxFocal, float minFocalF, float maxFocalF)
Parameters
Type Name Description
ExifTag tag
System.Single minFocal
System.Single maxFocal
System.Single minFocalF
System.Single maxFocalF

Properties

| Improve this Doc View Source

MaxFocalLength

Declaration
public MathEx.UFraction32 MaxFocalLength { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

MaxFocalLengthFNumber

Declaration
public MathEx.UFraction32 MaxFocalLengthFNumber { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

MinFocalLength

Declaration
public MathEx.UFraction32 MinFocalLength { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

MinFocalLengthFNumber

Declaration
public MathEx.UFraction32 MinFocalLengthFNumber { get; set; }
Property Value
Type Description
MathEx.UFraction32
| Improve this Doc View Source

Value

Declaration
protected MathEx.UFraction32[] Value { get; set; }
Property Value
Type Description
MathEx.UFraction32[]

Methods

| Improve this Doc View Source

ToString()

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