Class EmfIntersectClipRect
The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2.
public sealed class EmfIntersectClipRect : EmfClippingRecordType
- Inheritance
-
EmfIntersectClipRect
- Inherited Members
Constructors
EmfIntersectClipRect(EmfRecord)
Initializes a new instance of the EmfIntersectClipRect class.
public EmfIntersectClipRect(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Clip
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.
public Rectangle Clip { get; set; }