# ipositionedsizedobject

### Introduction

The IPositionedSizedObject is the base interface for all visual objects in the RenderingLibrary (the core game engine used by Gum), and it is also implemented by the [GraphicalUiElement](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php). It provides properties for position, size, rotation, and parent/child relationships.

### Members

* [RenderingLibrary.IPositionedSizedObject.GetAbsoluteX](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php)
* [RenderingLibrary.IPositionedSizedObject.GetAbsoluteY](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php)
