- dst
- Where the transformed rectangle is written.
- src
- The original rectangle to be transformed.
Documentation for this section has not yet been entered.
Apply this matrix to the src rectangle, and write the transformed rectangle into dst. This is accomplished by transforming the 4 corners of src, and then setting dst to the bounds of those points.