EmfPolyShape
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, com.aspose.imaging.fileformats.emf.emf.records.EmfBoundedRecord
public abstract class EmfPolyShape extends EmfBoundedRecord
基础 EMF 多形状 类。
方法
| 方法 | 描述 |
|---|---|
| getAPoints() | 获取一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。 |
| setAPoints(Point[] value) | 设置一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。 |
getAPoints()
public final Point[] getAPoints()
获取一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。
Returns: com.aspose.imaging.Point[] - 一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。
setAPoints(Point[] value)
public final void setAPoints(Point[] value)
设置一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | Point[] | 一个 WMF PointL 对象数组([MS-WMF] 第 2.2.2.15 节),该数组指定以逻辑单位表示的点数据。 |