DJI Mobile SDK Documentation

      class LayoutParam

      class LayoutParam implements Parcelable 
      包:dji.open.pilot.base.ui.model
      描述:

      服务端布局参数。

      MSDK 6.0.0开始支持

      类成员:
      method
      method setHeight
      void setHeight(int height) 
      包:dji.open.pilot.base.ui.model
      描述:

      设置布局高度。

      MSDK 6.0.0开始支持

      输入参数:
      int height布局高度(px)。
      method
      method getHeight
      int getHeight() 
      包:dji.open.pilot.base.ui.model
      描述:

      获取布局高度。

      MSDK 6.0.0开始支持

      返回值:
      int返回布局高度(px)。