On this page点测光面积指数class SpotMeteringArea描述:点测光区域属性枚举enum SpotMeteringAreapublic class SpotMeteringArea { /*** * 光栅中的X坐标值,范围从1到5。 */ public int X; /** *光栅中的Y坐标值,范围从1到9。 */ public int Y; }描述:点测光区域属性枚举