public final class EmfOffsetClipRgn extends EmfClippingRecordType
The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.
Constructor and Description |
---|
EmfOffsetClipRgn()
Initializes a new instance of the
EmfOffsetClipRgn class. |
EmfOffsetClipRgn(EmfRecord source)
Initializes a new instance of the
EmfOffsetClipRgn class. |
Modifier and Type | Method and Description |
---|---|
Point |
getOffset()
Gets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
horizontal and vertical offsets in logical units.
|
void |
setOffset(Point value)
Sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
horizontal and vertical offsets in logical units.
|
public EmfOffsetClipRgn(EmfRecord source)
Initializes a new instance of the EmfOffsetClipRgn
class.
source
- The source.public EmfOffsetClipRgn()
Initializes a new instance of the EmfOffsetClipRgn
class.
public Point getOffset()
Gets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.
public void setOffset(Point value)
Sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.