-
public final class ResultKt
-
-
Method Summary
Modifier and Type Method Description final static ImageBitmapcreateResult(CropState $self, IntSize maxSize)Creates an ImageBitmap using the parameters in CropState. -
-
Method Detail
-
createResult
final static ImageBitmap createResult(CropState $self, IntSize maxSize)
Creates an ImageBitmap using the parameters in CropState. If maxSize is not null, the result will be scaled down to match it. Returns null if the image could not be created.
-
-
-
-