setOutput

abstract fun setOutput(@IntRange(from = 0) outputX: Int, @IntRange(from = 0) outputY: Int): CropProperty

Set the value of outputX , outputY.

Parameters

outputX

The width of output image in pixels.

outputY

The height of output image in pixels.