First line sets the metrics for a Control [X,Y, W, H) in it standard horizontal configuration
Second line rotates that control by 90 degrees around its own center point which now obviously moves the corner points
The intent of the 3rd line is to move the control so the new upper left corner is the same exact place the original X,Y were
But I cannot seem to figure out how to calculate what values should replace the "999"s in the example above
unless I am using totally the wrong method here (FYI… it DOES the rotation… just doesn’t put it where I want)
If you have an answer it does not have to be expressed in XCODE (unless required)