WmfRectangle
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfRectangle extends WmfObject
The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context.
Constructors
| Constructor | Description |
|---|---|
| WmfRectangle() |
Methods
| Method | Description |
|---|---|
| getRectangle() | Gets or sets the rectangle. |
| setRectangle(Rectangle value) | Gets or sets the rectangle. |
WmfRectangle()
public WmfRectangle()
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 |