Package 

Class CanvasExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit inClip(Canvas $self, RectF rect, Function0<Unit> block) Clips the given rect in the receiver Canvas, runs the block, and releases the clip.
      final static Unit inClip(Canvas $self, Float left, Float top, Float right, Float bottom, Function0<Unit> block) Clips the given rectangle in the receiver Canvas, runs the block, and releases the clip.
      final static Integer saveLayer(Canvas $self, Float left, Float top, Float right, Float bottom) A convenience function for Canvas.saveLayer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait