Class EmfPlusMultiplyWorldTransform

Class EmfPlusMultiplyWorldTransform

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.4.0)

The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix.

public sealed class EmfPlusMultiplyWorldTransform : EmfPlusTerminalServerRecordType

Inheritance

objectMetaObjectEmfPlusRecordEmfPlusTerminalServerRecordTypeEmfPlusMultiplyWorldTransform

Inherited Members

EmfPlusRecord.Type, EmfPlusRecord.Flags, EmfPlusRecord.Size, EmfPlusRecord.DataSize, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPlusMultiplyWorldTransform(EmfPlusRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusMultiplyWorldTransform class.

public EmfPlusMultiplyWorldTransform(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

MatrixData

Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.

public Matrix MatrixData { get; set; }

Property Value

Matrix

PostMultipliedMatrix

Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multipled. If clear, it should be premultiplied.

public bool PostMultipliedMatrix { get; }

Property Value

bool