Class McuCustomCrop

    • Constructor Detail

      • McuCustomCrop

        public McuCustomCrop()
      • McuCustomCrop

        public McuCustomCrop​(McuCustomCrop source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLocationX

        public Long getLocationX()
        Get 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
        Returns:
        LocationX 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
      • setLocationX

        public void setLocationX​(Long LocationX)
        Set 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
        Parameters:
        LocationX - 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
      • getLocationY

        public Long getLocationY()
        Get 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
        Returns:
        LocationY 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
      • setLocationY

        public void setLocationY​(Long LocationY)
        Set 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
        Parameters:
        LocationY - 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
      • getWidth

        public Long getWidth()
        Get 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
        Returns:
        Width 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
      • setWidth

        public void setWidth​(Long Width)
        Set 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
        Parameters:
        Width - 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
      • getHeight

        public Long getHeight()
        Get 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000
        Returns:
        Height 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000
      • setHeight

        public void setHeight​(Long Height)
        Set 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000
        Parameters:
        Height - 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000