MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
n2d_rectangle Struct Reference

This struct represents a gpu rectangle. More...

Data Fields

n2d_int32_t x
 
n2d_int32_t y
 
n2d_int32_t width
 
n2d_int32_t height
 

Detailed Description

This struct represents a gpu rectangle.

Defines a rectangular shape area of the screen.

Field Documentation

◆ height

n2d_int32_t height

Height of the rectangle.

◆ width

n2d_int32_t width

Width of the rectangle.

◆ x

n2d_int32_t x

Left coordinate of the rectangle.

◆ y

n2d_int32_t y

Top coordinate of the rectangle.


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