In Android we will use getImageMatrix( ) method on imageView which returns view's optional matrix. This is applied to the view's drawable when it is drawn. If there is no matrix, this method will return an identity matrix.
In Android:
Matrix matrix = imageView.getImageMatrix( ).
What is the alternative for this code snippet in HarmonyOS?