EmfModifyWorldTransformMode Enumeration

The ModifyWorldTransformMode enumeration defines modes for using specified transform data
to modify the world-space to page-space transform that is currently defined in the playback device context.

Module: aspose.imaging.fileformats.emf.emf.consts

Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfModifyWorldTransformMode

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
MWT_IDENTITYReset the current transform using the identity matrix. In this mode, the specified transform data is ignored
MWT_LEFTMULTIPLYMultiply the current transform. In this mode, the specified transform data is the left multiplicand, and
the transform that is currently defined in the playback device context is the right multiplicand
MWT_RIGHTMULTIPLYMultiply the current transform. In this mode, the specified transform data is the right multiplicand,
and the transform that is currently defined in the playback device context is the left multiplicand
MWT_SETPerform the function of an EMR_SETWORLDTRANSFORM record (section 2.3.12.2).