EmfSetWorldTransform

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfTransformRecordType

public final class EmfSetWorldTransform extends EmfTransformRecordType

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

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

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

EmfSetWorldTransform(EmfRecord source)

public EmfSetWorldTransform(EmfRecord source)

Initializes a new instance of the EmfSetWorldTransform class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSetWorldTransform()

public EmfSetWorldTransform()

Initializes a new instance of the EmfSetWorldTransform class.