Interface IBackgroundDrawLayer


public interface IBackgroundDrawLayer
Author:
zhuxiaoan
  • Method Details

    • onCreate

      void onCreate()
    • onSizeChanged

      void onSizeChanged(int width, int height)
    • onUpdated

      void onUpdated()
    • onDraw

      void onDraw(com.baidu.platform.comapi.offscreen.BackgroundDrawMapView.CanvasProxy canvas)
      绘画
      Parameters:
      canvas - 画布
    • onDestroy

      void onDestroy()
    • setEraseEffect

      default void setEraseEffect(IBackgroundDrawLayer.EraseEffect eraseEffect)
      设置擦除效果