On this page

C

Region Struct

Describes a rectangular region. More...

Header: #include <monitorconfig.h>
Since: QtSafeRenderer 2.2

Public Variables

const quint16 height
const quint16 width
const quint16 x
const quint16 y

Detailed Description

Member Variable Documentation

const quint16 Region::height

This variable holds the height of the region in pixels.

const quint16 Region::width

This variable holds the width of the region in pixels.

const quint16 Region::x

This variable holds the x-coordinate of the region's top-left corner in pixels.

const quint16 Region::y

This variable holds the y-coordinate of the region's top-left corner in pixels.

Available under certain Qt licenses.
Find out more.