In the ArcGIS Pro "Imagery Information Pane", I am trying to use the Image (X, Y) values to determine the pixel row col of the current cursor location in an image that is georeferenced with a rotation. This doesn't seem to function as I would expect.
The image X, Y values do not correlate with the underlying pixels of the raw image. They seem to be based on some kind of virtual raster that is the bounding box of the projected image layer and not underlying image pixels that I am querying. It works as I would expect if the images show up square in the map view but if they are rotated at all, the XY value no longer corresponds to the raw image data. It also will not display the image XY if the map view is in a different coordinate system than the image data.
Does this behavior seem correct? If so, is there another tool in pro that gives the actual pixel XY coordinates of an image with a rotation applied? Thanks.