nRF5 SDK v17.0.2
Data Fields
nrf_gfx_line_t Struct Reference

GFX line object structure. More...

#include <nrf_gfx.h>

Data Fields

uint16_t x_start
 
uint16_t y_start
 
uint16_t x_end
 
uint16_t y_end
 
uint16_t thickness
 

Detailed Description

GFX line object structure.

Field Documentation

uint16_t nrf_gfx_line_t::thickness

Thickness of the border of the object.

uint16_t nrf_gfx_line_t::x_end

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

uint16_t nrf_gfx_line_t::x_start

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

uint16_t nrf_gfx_line_t::y_end

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

uint16_t nrf_gfx_line_t::y_start

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