# ConvertBoundsOptions

**Kind**: interface | **Module**: [Displays](https://docs.interop.io/desktop/reference/javascript/displays/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/displays/convertboundsoptions/index.html

Options for converting display bounds between coordinate systems.

## Properties

- **`bounds`** (`Bounds`, required)
  The source bounds to convert. Must be fully populated (left, top, width, height).
- **`targetType`** (`BoundsType`, required)
  The desired coordinate system for the result bounds.
- **`type`** (`BoundsType`, required)
  The coordinate system of the source bounds.

## Related types

- [Bounds](https://docs.interop.io/desktop/reference/javascript/displays/bounds/index.md)
- [BoundsType](https://docs.interop.io/desktop/reference/javascript/displays/boundstype/index.md)
