Table of Contents

Class EmfModifyWorldTransform

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

The EMR_MODIFYWORLDTRANSFORM record modifies the current world-space to page-space transform in the playback device context.

public sealed class EmfModifyWorldTransform : EmfTransformRecordType
Inheritance
EmfModifyWorldTransform
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

EmfModifyWorldTransform()

Initializes a new instance of the EmfModifyWorldTransform class.

public EmfModifyWorldTransform()

EmfModifyWorldTransform(EmfRecord)

Initializes a new instance of the EmfModifyWorldTransform class.

public EmfModifyWorldTransform(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

ModifyWorldTransformMode

Gets or sets a 32-bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration (section 2.1.24).

public EmfModifyWorldTransformMode ModifyWorldTransformMode { get; set; }

Property Value

EmfModifyWorldTransformMode