Package 

Class ResultKt

    • Method Summary

      Modifier and Type Method Description
      final static ImageBitmap createResult(CropState $self, IntSize maxSize) Creates an ImageBitmap using the parameters in CropState.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.