Inkscape
Vector Graphics Editor
|
Rect Object WMF manual 2.2.2.18. More...
#include <uwmf.h>
Public Attributes | |
int16_t | left |
left coordinate | |
int16_t | top |
top coordinate | |
int16_t | right |
right coordinate | |
int16_t | bottom |
bottom coordinate | |
Rect Object WMF manual 2.2.2.18.
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.
This one is out of order because it is needed early.
int16_t U_RECT16::bottom |
bottom coordinate
Definition at line 844 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int16_t U_RECT16::left |
left coordinate
Definition at line 841 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int16_t U_RECT16::right |
right coordinate
Definition at line 843 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int16_t U_RECT16::top |
top coordinate
Definition at line 842 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().