libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
U_RECT16 Struct Reference

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: RECT Object COLLIDES with EMF Rect Object. More...

#include <uwmf.h>

Data Fields

int16_t left
 left coordinate
 
int16_t top
 top coordinate
 
int16_t right
 right coordinate
 
int16_t bottom
 bottom coordinate
 

Detailed Description

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: RECT Object COLLIDES with EMF Rect Object.

Rect Object WMF manual 2.2.2.18 This one is out of order because it is needed early.


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