EMR
Expand Minimize
This topic has not yet been rated - Rate this topic

EMRMODIFYWORLDTRANSFORM structure

The EMRMODIFYWORLDTRANSFORM structure contains members for the ModifyWorldTransform enhanced metafile record.

Syntax


typedef struct tagEMRMODIFYWORLDTRANSFORM {
  EMR   emr;
  XFORM xform;
  DWORD iMode;
} EMRMODIFYWORLDTRANSFORM, *PEMRMODIFYWORLDTRANSFORM;

Members

emr

The base structure for all record types.

xform

The world-space to page-space transform data.

iMode

Indicates how the transformation data modifies the current world transformation. This member can be one of the following values: MWT_IDENTITY, MWT_LEFTMULTIPLY, or MWT_RIGHTMULTIPLY.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Wingdi.h (include Windows.h)

See also

Metafiles Overview
Metafile Structures
EMR
ModifyWorldTransform
XFORM

 

 

Build date: 10/25/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.