Class EmfSelectClipPath

Class EmfSelectClipPath

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

The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context, combining the new region with any existing clipping region using the specified mode.

public sealed class EmfSelectClipPath : EmfClippingRecordType

Inheritance

objectMetaObjectEmfRecordEmfClippingRecordTypeEmfSelectClipPath

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfSelectClipPath(EmfRecord)

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

public EmfSelectClipPath(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfSelectClipPath()

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

public EmfSelectClipPath()

Properties

RegionMode

Gets or sets a 32-bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration (section 2.1.29).

public EmfRegionMode RegionMode { get; set; }

Property Value

EmfRegionMode