Table of Contents

Class EmfSetWorldTransform

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_SETWORLDTRANSFORM record specifies a transform for the current world-space to page space transform in the playback device context.

public sealed class EmfSetWorldTransform : EmfTransformRecordType
Inheritance
EmfSetWorldTransform
Inherited Members

Remarks

For more information concerning transforms and coordinate spaces, see [MSDN-WRLDPGSPC]. See section 2.3.12 for the specification of other transform record types.

Constructors

EmfSetWorldTransform()

Initializes a new instance of the EmfSetWorldTransform class.

public EmfSetWorldTransform()

EmfSetWorldTransform(EmfRecord)

Initializes a new instance of the EmfSetWorldTransform class.

public EmfSetWorldTransform(EmfRecord source)

Parameters

source EmfRecord

The source.