Inkscape
Vector Graphics Editor
U_RECT Struct Reference

WMF manual 2.2.2.19. More...

#include <uemf.h>

Public Attributes

int32_t left
 left coordinate More...
 
int32_t top
 top coordinate More...
 
int32_t right
 right coordinate More...
 
int32_t bottom
 bottom coordinate More...
 

Detailed Description

WMF manual 2.2.2.19.

Coordinates of the upper left, lower right corner.

Note that the coordinate system is 0,0 in the upper left corner of the screen an N,M in the lower right corner. Microsoft name: RECTL Object

Definition at line 576 of file uemf.h.

Member Data Documentation

◆ bottom

int32_t U_RECT::bottom

◆ left

int32_t U_RECT::left

◆ right

int32_t U_RECT::right

◆ top

int32_t U_RECT::top

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