//library/com.uploadcare.android.library.urls/CdnPathBuilder/scaleCropCenter
scaleCropCenter
[androidJvm]
Content
fun scaleCropCenter(width: Int, height: Int): CdnPathBuilder
More info
Scales the image until one of the dimensions fits, centers it, then crops the rest.
Parameters
androidJvm
Name | Summary |
---|---|
height | New height |
width | New width |