draw  0.0.0
Public Member Functions | Public Attributes | List of all members
draw::Rect Struct Reference

A rect in pixel space. More...

#include <draw.h>

Public Member Functions

 Rect ()=default
 constructs from zero values More...
 
 Rect (int32_t left, int32_t bottom, int32_t right, int32_t top)
 constructs from parameters More...
 

Public Attributes

int32_t left {0}
 
int32_t bottom {0}
 
int32_t right {0}
 
int32_t top {0}
 

Detailed Description

A rect in pixel space.

Constructor & Destructor Documentation

draw::Rect::Rect ( )
default

constructs from zero values

draw::Rect::Rect ( int32_t  left,
int32_t  bottom,
int32_t  right,
int32_t  top 
)
inline

constructs from parameters

Member Data Documentation

int32_t draw::Rect::bottom {0}
int32_t draw::Rect::left {0}
int32_t draw::Rect::right {0}
int32_t draw::Rect::top {0}

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