EmfExcludeClipRect
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfClippingRecordType
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.
Constructors
| Constructor | Description |
|---|---|
| EmfExcludeClipRect(EmfRecord source) | Initializes a new instance of the EmfExcludeClipRect class. |
| EmfExcludeClipRect() | Initializes a new instance of the EmfExcludeClipRect class. |
Methods
| Method | Description |
|---|---|
| getClip() | Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units. |
| setClip(Rectangle value) | Sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units. |
EmfExcludeClipRect(EmfRecord source)
public EmfExcludeClipRect(EmfRecord source)
Initializes a new instance of the EmfExcludeClipRect class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |
EmfExcludeClipRect()
public EmfExcludeClipRect()
Initializes a new instance of the EmfExcludeClipRect class.
getClip()
public Rectangle getClip()
Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.
Returns: Rectangle
setClip(Rectangle value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Rectangle |