libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Coordinates of the upper left, lower right corner. More...
#include <uemf.h>
Data Fields | |
int32_t | left |
left coordinate | |
int32_t | top |
top coordinate | |
int32_t | right |
right coordinate | |
int32_t | bottom |
bottom coordinate | |
Coordinates of the upper left, lower right corner.
WMF manual 2.2.2.19 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