Inkscape
Vector Graphics Editor
|
For U_EMR[FILLRGN|STRETCHBLT|MASKBLT|PLGBLT] xformSrc field. More...
#include <uemf.h>
Public Attributes | |
U_FLOAT | eM11 |
Matrix element M11. | |
U_FLOAT | eM12 |
Matrix element M12. | |
U_FLOAT | eM21 |
Matrix element M21. | |
U_FLOAT | eM22 |
Matrix element M22. | |
U_FLOAT | eDx |
X offset in logical units. | |
U_FLOAT | eDy |
Y offset in logical units. | |
For U_EMR[FILLRGN|STRETCHBLT|MASKBLT|PLGBLT] xformSrc field.
EMF manual 2.2.28, Microsoft name: Xform Object
U_FLOAT U_XFORM::eDx |
X offset in logical units.
Definition at line 2016 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_x_point().
U_FLOAT U_XFORM::eDy |
Y offset in logical units.
Definition at line 2017 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_y_point().
U_FLOAT U_XFORM::eM11 |
Matrix element M11.
Definition at line 2012 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::Emf::current_matrix(), Inkscape::Extension::Internal::Emf::current_rotation(), Inkscape::Extension::Internal::Emf::current_scale(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_x_point().
U_FLOAT U_XFORM::eM12 |
Matrix element M12.
Definition at line 2013 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::Emf::current_matrix(), Inkscape::Extension::Internal::Emf::current_rotation(), Inkscape::Extension::Internal::Emf::current_scale(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_y_point().
U_FLOAT U_XFORM::eM21 |
Matrix element M21.
Definition at line 2014 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::Emf::current_matrix(), Inkscape::Extension::Internal::Emf::current_scale(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_x_point().
U_FLOAT U_XFORM::eM22 |
Matrix element M22.
Definition at line 2015 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::begin(), Inkscape::Extension::Internal::Emf::current_matrix(), Inkscape::Extension::Internal::Emf::current_scale(), Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::PrintEmf::fill(), Inkscape::Extension::Internal::PrintEmf::image(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_y_point().