WmfRoundRect
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfRectangle
public class WmfRoundRect extends WmfRectangle
The rectangle object.
Constructors
| Constructor | Description |
|---|---|
| WmfRoundRect() |
Methods
| Method | Description |
|---|---|
| getHeight() | Gets or sets the height. |
| setHeight(short value) | Gets or sets the height. |
| getWidth() | Gets or sets the width. |
| setWidth(short value) | Gets or sets the width. |
WmfRoundRect()
public WmfRoundRect()
getHeight()
public short getHeight()
Gets or sets the height.
Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.
Returns: short
setHeight(short value)
public void setHeight(short value)
Gets or sets the height.
Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
getWidth()
public short getWidth()
Gets or sets the width.
Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.
Returns: short
setWidth(short value)
public void setWidth(short value)
Gets or sets the width.
Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |