Class EmfOffsetClipRgn
The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.
public sealed class EmfOffsetClipRgn : EmfClippingRecordType
- Inheritance
-
EmfOffsetClipRgn
- Inherited Members
Constructors
EmfOffsetClipRgn()
Initializes a new instance of the EmfOffsetClipRgn class.
public EmfOffsetClipRgn()
EmfOffsetClipRgn(EmfRecord)
Initializes a new instance of the EmfOffsetClipRgn class.
public EmfOffsetClipRgn(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Offset
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.
public Point Offset { get; set; }