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(EmfRecord source)
Initializes a new instance of the
EmfOffsetClipRgn class. |
Modifier and Type | Method and Description |
---|---|
Point |
getOffset()
Gets or sets 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)
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 EmfOffsetClipRgn(EmfRecord source)
Initializes a new instance of the EmfOffsetClipRgn
class.
source
- The source.public Point getOffset()
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 void setOffset(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.