Class EmfPlusSetRenderingOrigin

Class EmfPlusSetRenderingOrigin

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

The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output.

public sealed class EmfPlusSetRenderingOrigin : EmfPlusPropertyRecordType

Inheritance

object MetaObject EmfPlusRecord EmfPlusPropertyRecordType EmfPlusSetRenderingOrigin

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

EmfPlusSetRenderingOrigin(EmfPlusRecord)

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

public EmfPlusSetRenderingOrigin(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

X

Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.

public int X { get; set; }

Property Value

int

Y

Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.

public int Y { get; set; }

Property Value

int

 English