Class

OffsetEffect

RenderEffect used to translate either the given RenderEffect or the content of the GraphicsLayerScope it is configured on.

Source set: Common
expect class OffsetEffect(renderEffect: RenderEffect?, offset: Offset) : RenderEffect

RenderEffect used to translate either the given RenderEffect or the content of the GraphicsLayerScope it is configured on.

Source set: Android
actual class OffsetEffect
actual constructor(private val renderEffect: RenderEffect?, private val offset: Offset) :
    RenderEffect()

Last updated: