---
title: "IntOffset"
description: "Constructs a [IntOffset] from [x] and [y] position [Int] values."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline fun IntOffset(x: Int, y: Int): IntOffset
```


Constructs a `IntOffset` from `x` and `y` position `Int` values.



