# GetPosition()

> Gets the position of the [StickyNote].

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public override Rect GetPosition()
```

### Returns

| Type                                                        | Description                                                                       |
| ----------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [Rect](/engine/6000.5/script-reference/unityengine/rect.md) | Returns the \[StickyNote] position as a xy position relative to the \[GraphView]. |
