WmfRoundRect

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

矩形对象。

构造函数

构造函数描述
WmfRoundRect()

方法

方法描述
getHeight()获取或设置高度。
setHeight(short value)获取或设置高度。
getWidth()获取或设置宽度。
setWidth(short value)获取或设置宽度。

WmfRoundRect()

public WmfRoundRect()

getHeight()

public short getHeight()

获取或设置高度。

值:用于绘制圆角的椭圆的高度(逻辑坐标)。

Returns: short

setHeight(short value)

public void setHeight(short value)

获取或设置高度。

值:用于绘制圆角的椭圆的高度(逻辑坐标)。

Parameters:

参数类型描述
valueshort

getWidth()

public short getWidth()

获取或设置宽度。

值:用于绘制圆角的椭圆的宽度(逻辑坐标)。

Returns: short

setWidth(short value)

public void setWidth(short value)

获取或设置宽度。

值:用于绘制圆角的椭圆的宽度(逻辑坐标)。

Parameters:

参数类型描述
valueshort