Class EmfSetWorldTransform
Contents
[
Hide
]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
Name | Description |
---|---|
EmfSetWorldTransform() | Initializes a new instance of the EmfSetWorldTransform class. |
EmfSetWorldTransform(EmfRecord) | Initializes a new instance of the EmfSetWorldTransform class. |
Properties
Name | Description |
---|---|
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
- class EmfTransformRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging