nRF5 SDK v13.0.0
Data Fields
nrf_gfx_rect_t Struct Reference

GFX rectangle object structure. More...

#include <nrf_gfx.h>

Data Fields

uint16_t x
 
uint16_t y
 
uint16_t width
 
uint16_t height
 

Detailed Description

GFX rectangle object structure.

Field Documentation

uint16_t nrf_gfx_rect_t::height

Height of the object.

uint16_t nrf_gfx_rect_t::width

Width of the object.

uint16_t nrf_gfx_rect_t::x

Horizontal coordinate of the point where to start drawing the object.

uint16_t nrf_gfx_rect_t::y

Vertical coordinate of the point where to start drawing the object.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated