Layer.getProvincePixel

機能/意味
Get area image values
タイプ
Layerクラスのメソッド
構文
getProvincePixel(x, y)
引数
x  Specifies the x coordinate (in layer image coordinates) from which to get the value.
y  The y coordinate (in image coordinates of the layer) to get the value for.
戻り値
Area image value (0 to 255)
説明
 Gets the value (0-255) at any position in the layer area image.
 Specifying an invalid (out of range) location as an image coordinate will raise an exception.