copy Function
fun ScanCutout?.copy(): ScanCutout?
Deprecated.
Will be removed.
Replace with
import com.pixelnetica.scanning.ScanCutout
this?.let { ScanCutout(this) }
Safe copy cutout.
Return
a copy or null
fun ScanCutout?.copy(): ScanCutout?
Deprecated.
Will be removed.
import com.pixelnetica.scanning.ScanCutout
this?.let { ScanCutout(this) }
Safe copy cutout.
a copy or null