Class EmfExcludeClipRect

Class EmfExcludeClipRect

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

The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2.

public sealed class EmfExcludeClipRect : EmfClippingRecordType

Inheritance

objectMetaObjectEmfRecordEmfClippingRecordTypeEmfExcludeClipRect

Inherited Members

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

Constructors

EmfExcludeClipRect(EmfRecord)

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

public EmfExcludeClipRect(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfExcludeClipRect()

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

public EmfExcludeClipRect()

Properties

Clip

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.

public Rectangle Clip { get; set; }

Property Value

Rectangle