Class EmfPlusTranslateWorldTransform

Class EmfPlusTranslateWorldTransform

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

The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform.

public sealed class EmfPlusTranslateWorldTransform : EmfPlusTerminalServerRecordType
{
    public ushort OffsetX { get; set; }
    public ushort OffsetY { get; set; }
}

Inheritance

object MetaObject EmfPlusRecord EmfPlusTerminalServerRecordType EmfPlusTranslateWorldTransform

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

EmfPlusTranslateWorldTransform(EmfPlusRecord)

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

public void EmfPlusTranslateWorldTransform(EmfPlusRecord source)
   {
   }

Parameters

source EmfPlusRecord

The source.

Properties

Dx

Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translationis performed by constructing a new world transform matrix from the dx and dy fields

public float Dx
   {
      get;
      set;
   }

Property Value

float

Dy

Gets or sets a 32-bit floating-point value that defines the vertical distance value.

public float Dy
   {
      get;
      set;
   }

Property Value

float

PostMultipliedMatrix

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

public bool PostMultipliedMatrix
   {
      get;
   }

Property Value

bool

 English