EmfOffsetClipRgn

EmfOffsetClipRgn class

The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.

public sealed class EmfOffsetClipRgn : EmfClippingRecordType

Constructors

NameDescription
EmfOffsetClipRgn()Initializes a new instance of the EmfOffsetClipRgn class.
EmfOffsetClipRgn(EmfRecord)Initializes a new instance of the EmfOffsetClipRgn class.

Properties

NameDescription
Offset { get; set; }Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also