Finder Cornered Style
data class FinderCorneredStyle(var strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), var strokeWidth: Double = 3.0, var cornerRadius: Double = 10.0) : FinderStyle, Parcelable
A variant of the viewfinder displaying only the four corners of the scanning area.
Constructors
Link copied to clipboard
constructor(strokeColor: ScanbotColor = ScanbotColor("#FFFFFFFF", isArgb = false), strokeWidth: Double = 3.0, cornerRadius: Double = 10.0)