EmfBoundedRecord
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.EmfDrawingRecordType
public abstract class EmfBoundedRecord extends EmfDrawingRecordType
基础 EMF 多边形形状类。
方法
| 方法 | 描述 |
|---|---|
| getBounds() | 获取一个 128 位 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节),用于指定设备单位中的边界矩形。 |
| setBounds(Rectangle value) | 设置一个 128 位 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节),用于指定设备单位中的边界矩形。 |
getBounds()
public final Rectangle getBounds()
获取一个 128 位 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节),用于指定设备单位中的边界矩形。
Returns: Rectangle - an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
setBounds(Rectangle value)
public final void setBounds(Rectangle value)
设置一个 128 位 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节),用于指定设备单位中的边界矩形。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | Rectangle | 一个 128 位 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节),用于指定设备单位中的边界矩形。 |