# ConvertBoundsResult

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

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

Describes the result of a display bounds conversion.

## Properties

- **`bounds`** (`Bounds`, required)
  The converted bounds in the target coordinate system.
- **`display`** (`Display`, required)
  The target display associated with the converted bounds.
- **`type`** (`BoundsType`, required)
  The coordinate system of the result 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)
- [Display](https://docs.interop.io/desktop/reference/javascript/displays/display/index.md)
