-
public final class CanvasExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitinClip(Canvas $self, RectF rect, Function0<Unit> block)Clips the given rect in the receiver Canvas, runs the block, and releases the clip. final static UnitinClip(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 IntegersaveLayer(Canvas $self, Float left, Float top, Float right, Float bottom)A convenience function for Canvas.saveLayer. -
-
Method Detail
-
inClip
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.
-
inClip
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.
-
-
-
-