Class EmfSelectClipPath
Contents
[
Hide
]EmfSelectClipPath class
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
Constructors
| Name | Description |
|---|---|
| EmfSelectClipPath() | Initializes a new instance of the EmfSelectClipPath class. |
| EmfSelectClipPath(EmfRecord) | Initializes a new instance of the EmfSelectClipPath class. |
Properties
| Name | Description |
|---|---|
| RegionMode { get; set; } | 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). |
| 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