Package 

Interface ICropWindowService


  • 
    public interface ICropWindowService
    
                        

    裁剪窗口服务接口,用于处理裁剪窗口的移动和比例变化事件。

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCropWindowChanged(Array<PointF> cropWindow) 当裁剪窗口变化时调用
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onCropWindowChanged

         abstract Unit onCropWindowChanged(Array<PointF> cropWindow)

        当裁剪窗口变化时调用

        Parameters:
        cropWindow - 表示裁剪窗口四个角点的数组