Export image with adjusted crop region

Okay, so after a few too many hours at this. I figured this out, and in the process found some pretty odd behavior. The Views.SetCropBox node seems to be working as expected, however, when I tried to create a new bounding box using the BoundingBox.ByCorners node, the Views.SetCropBox node would not accept this input. So I had to recreate the bounding box by using the BoundingBox.ToPolySurface node and then create a new bounding box from that.

I am pretty happy with this result. Can I elevate this problem with the BoundingBox.ByCorners node to anyone? Seems like it is probably an easy bug to fix.