Table of Contents

Class EmfOffsetClipRgn

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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 EmfRecord

The 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; }

Property Value

Point