The spot metering area index.
class SpotMeteringArea
Description:The spot metering area property enum
enum SpotMeteringArea
public class SpotMeteringArea
{
/***
* X coordinates value in the raster, ranges from 1 to 5.
*/
public int X;
/**
* Y coordinates value in the raster, ranges from 1 to 9.
*/
public int Y;
}
Description:The spot metering area property enum