Class EmfExtSelectClipRgn
Contents
[
Hide
]EmfExtSelectClipRgn class
The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region using the specified mode. Note Fields that are not described in this section are specified in section 2.3.2.
public sealed class EmfExtSelectClipRgn : EmfClippingRecordType
Constructors
Name | Description |
---|---|
EmfExtSelectClipRgn() | Initializes a new instance of the EmfExtSelectClipRgn class. |
EmfExtSelectClipRgn(EmfRecord) | Initializes a new instance of the EmfExtSelectClipRgn class. |
Properties
Name | Description |
---|---|
RegionMode { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode (section 2.1.29) enumeration. |
RgnData { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY, this data can be omitted and the clip region SHOULD be set to the default (NULL) clip region. |
RgnDataSize { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data in bytes. |
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