CommonLibVR
REX::W32::RECT Struct Reference

#include <BASE.h>

Public Member Functions

constexpr RECT () noexcept=default
 
constexpr RECT (const std::int32_t a_x1, const std::int32_t a_y1, const std::int32_t a_x2, const std::int32_t a_y2) noexcept
 

Public Attributes

std::int32_t x1
 
std::int32_t y1
 
std::int32_t x2
 
std::int32_t y2
 

Constructor & Destructor Documentation

◆ RECT() [1/2]

constexpr REX::W32::RECT::RECT ( )
constexprdefaultnoexcept

◆ RECT() [2/2]

constexpr REX::W32::RECT::RECT ( const std::int32_t  a_x1,
const std::int32_t  a_y1,
const std::int32_t  a_x2,
const std::int32_t  a_y2 
)
inlineconstexprnoexcept

Member Data Documentation

◆ x1

std::int32_t REX::W32::RECT::x1

◆ x2

std::int32_t REX::W32::RECT::x2

◆ y1

std::int32_t REX::W32::RECT::y1

◆ y2

std::int32_t REX::W32::RECT::y2

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