<div class='type'>Function</div>


<a id='references'></a>


<h2 id="offseteffect-offsetx-offsety">OffsetEffect</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun OffsetEffect(offsetX: Float, offsetY: Float) = OffsetEffect(null, Offset(offsetX, offsetY))
```


Create an `OffsetEffect` that implicitly offsets the contents of the `GraphicsLayerScope` it is
configured on