WmfIntersectClipRect
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfIntersectClipRect extends WmfObject
The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.
Constructors
| Constructor | Description |
|---|---|
| WmfIntersectClipRect() |
Methods
| Method | Description |
|---|---|
| getRectangle() | Gets or sets the rectangle. |
| setRectangle(Rectangle value) | Gets or sets the rectangle. |
WmfIntersectClipRect()
public WmfIntersectClipRect()
getRectangle()
public Rectangle getRectangle()
Gets or sets the rectangle.
Value: The rectangle.
Returns: Rectangle
setRectangle(Rectangle value)
public void setRectangle(Rectangle value)
Gets or sets the rectangle.
Value: The rectangle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Rectangle |