[This is preliminary documentation and is subject to change.]
Possible values of the MeteringMode property
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] public enum MeteringModeValues |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Enumeration MeteringModeValues |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public enum class MeteringModeValues |
| F# |
|---|
[<CLSCompliantAttribute(false)>] type MeteringModeValues |
| JScript |
|---|
public enum MeteringModeValues |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | unknown | |
| Average | 1 | Average | |
| CenterWeightedAverage | 2 | Center weighted average | |
| Spot | 3 | Spot | |
| MultiSpot | 4 | MultiSpot | |
| Pattern | 5 | Pattern | |
| PartialMode | 6 | Partial | |
| Other | 255 | Other | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |