Class EmfPlusOffsetClip

Class EmfPlusOffsetClip

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

The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform.

public sealed class EmfPlusOffsetClip : EmfPlusClippingRecordType

Inheritance

objectMetaObjectEmfPlusRecordEmfPlusClippingRecordTypeEmfPlusOffsetClip

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

EmfPlusOffsetClip(EmfPlusRecord)

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

public EmfPlusOffsetClip(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

Dx

Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.

public float Dx { get; set; }

Property Value

float

Dy

Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.

public float Dy { get; set; }

Property Value

float