Class EmfSelectClipPath
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
-
EmfSelectClipPath
- Inherited Members
Constructors
EmfSelectClipPath()
Initializes a new instance of the EmfSelectClipPath class.
public EmfSelectClipPath()
EmfSelectClipPath(EmfRecord)
Initializes a new instance of the EmfSelectClipPath class.
public EmfSelectClipPath(EmfRecord source)
Parameters
source
EmfRecordThe source.
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; }