Class EmfPlusSetClipRegion

Class EmfPlusSetClipRegion

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

The EmfPlusSetClipRegion record combines the current clipping region with another graphics region. The new current clipping region is set to the result of performing the CombineMode operation on the previous current clipping region and the specified EmfPlusRegion object.

public sealed class EmfPlusSetClipRegion : EmfPlusClippingRecordType

Inheritance

objectMetaObjectEmfPlusRecordEmfPlusClippingRecordTypeEmfPlusSetClipRegion

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

EmfPlusSetClipRegion(EmfPlusRecord)

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

public EmfPlusSetClipRegion(EmfPlusRecord source)

Parameters

source EmfPlusRecord

The source.

Properties

Cm

Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values.

public EmfPlusCombineMode Cm { get; set; }

Property Value

EmfPlusCombineMode

ObjectId

Gets or sets the index of an EmfPlusRegion object (section 2.2.1.8) in the EMF+ Object Table.The value MUST be zero to 63, inclusive.

public byte ObjectId { get; set; }

Property Value

byte