RetroArch
Public Attributes | List of all members
D2D_RECT_F 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

FLOAT left
 
FLOAT top
 
FLOAT right
 
FLOAT 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

FLOAT D2D_RECT_F::bottom

◆ left

FLOAT D2D_RECT_F::left

◆ right

FLOAT D2D_RECT_F::right

◆ top

FLOAT D2D_RECT_F::top

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