public final class EmfExcludeClipRect extends EmfClippingRecordType
The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2.
| Constructor and Description |
|---|
EmfExcludeClipRect()
Initializes a new instance of the
EmfExcludeClipRect class. |
EmfExcludeClipRect(EmfRecord source)
Initializes a new instance of the
EmfExcludeClipRect class. |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getClip()
Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping
rectangle in logical units.
|
void |
setClip(Rectangle value)
Sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping
rectangle in logical units.
|
public EmfExcludeClipRect(EmfRecord source)
Initializes a new instance of the EmfExcludeClipRect class.
source - The source.public EmfExcludeClipRect()
Initializes a new instance of the EmfExcludeClipRect class.
public Rectangle getClip()
Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.
public void setClip(Rectangle value)
Sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.