Class EmfPlusSetClipPath
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusSetClipPath record combines the current clipping region with a graphics path. The new current clipping region is set to the result of the CombineMode operation.
public sealed class EmfPlusSetClipPath : EmfPlusClippingRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusClippingRecordType ← EmfPlusSetClipPath
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
EmfPlusSetClipPath(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetClipPath class.
public EmfPlusSetClipPath(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
ObjectId
Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+ Object Table. The value MUST be zero to 63, inclusive.
public byte ObjectId { get; set; }