The EMRSETWORLDTRANSFORM structure contains members for the SetWorldTransform enhanced metafile record.
typedef struct tagEMRSETWORLDTRANSFORM
{
EMR emr;
XFORM xform;
} EMRSETWORLDTRANSFORM, *PEMRSETWORLDTRANSFORM;
Members
emr
Base structure for all record types.
xform
World-space to page-space transformation data.
See Also