0

In Android for Matrix few enums are predefined such as MSCALE_X, MSCALE_Y, MTRANS_X, MTRANS_Y, MSCEW_X, MSCEW_Y. Do we have any such alternatives in Harmony OS?

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108

1 Answers1

0

As Harmony OS rewrites some functionalities/API's in a completely new way from Scratch, you may not have exact API's available in Android. For those functionalities , try extending Harmony API's and write custom behavior of required API.

For your Case extend ohos.agp.utils.Matrix API substitute those predefined Enum's.

Gowtham GS
  • 478
  • 2
  • 5