EmfModifyWorldTransform

EmfModifyWorldTransform class

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

public sealed class EmfModifyWorldTransform : EmfTransformRecordType

Constructors

NameDescription
EmfModifyWorldTransform()Initializes a new instance of the EmfModifyWorldTransform class.
EmfModifyWorldTransform(EmfRecord)Initializes a new instance of the EmfModifyWorldTransform class.

Properties

NameDescription
ModifyWorldTransformMode { get; set; }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).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.
Xform { get; set; }Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.

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.

See Also