Inkscape
Vector Graphics Editor
|
WMF manual 2.2.2.16. More...
#include <uemf.h>
Public Attributes | |
int16_t | x |
X size (16 bit) | |
int16_t | y |
Y size (16 bit) | |
WMF manual 2.2.2.16.
Point type for 16 bit EMR drawing functions.
Microsoft name: POINTS Object. Microsoft name: POINTS16 Object.
int16_t U_POINT16::x |
X size (16 bit)
Definition at line 564 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_x_to_point(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and Inkscape::Extension::Internal::PrintWmf::print_simple_shape().
int16_t U_POINT16::y |
Y size (16 bit)
Definition at line 565 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_y_to_point(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and Inkscape::Extension::Internal::PrintWmf::print_simple_shape().