RetroArch
Public Attributes | List of all members
D2D_RECT_U Struct Reference

Represents a rectangle defined by the coordinates of the upper-left corner (left, top) and the coordinates of the lower-right corner (right, bottom). More...

#include <dcommon.h>

Public Attributes

UINT32 left
 
UINT32 top
 
UINT32 right
 
UINT32 bottom
 

Detailed Description

Represents a rectangle defined by the coordinates of the upper-left corner (left, top) and the coordinates of the lower-right corner (right, bottom).

Member Data Documentation

◆ bottom

UINT32 D2D_RECT_U::bottom

◆ left

UINT32 D2D_RECT_U::left

◆ right

UINT32 D2D_RECT_U::right

◆ top

UINT32 D2D_RECT_U::top

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