Class EmfExcludeClipRect
Contents
[
Hide
]EmfExcludeClipRect class
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
Constructors
Name | Description |
---|---|
EmfExcludeClipRect() | Initializes a new instance of the EmfExcludeClipRect class. |
EmfExcludeClipRect(EmfRecord) | Initializes a new instance of the EmfExcludeClipRect class. |
Properties
Name | Description |
---|---|
Clip { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfClippingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging