Exposure metering method.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int EXIF_MeteringMode { get; set; }
Public Property EXIF_MeteringMode As Integer
	Get
	Set
public:
property int EXIF_MeteringMode {
	int get ();
	void set (int value);
}

Remarks

0 means unknown

1 average

2 center weighted average

3 spot

4 multi-spot

5 multi-segment

6 partial

255 other

See Also