EmfSetWorldTransform

EmfSetWorldTransform class

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

Constructors

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

Properties

NameDescription
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