EmfPolyPolyShape

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 EmfPolyPolyShape extends EmfBoundedRecord

基础 EMF 多边形 多形状 类。

方法

方法描述
getAPoints()获取 WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。
setAPoints(Point[][] value)设置 WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。

getAPoints()

public final Point[][] getAPoints()

获取 WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。

Returns: com.aspose.imaging.Point[][] - WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。

setAPoints(Point[][] value)

public final void setAPoints(Point[][] value)

设置 WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。

Parameters:

参数类型描述
valuePoint[]WMF PointS 对象数组,定义于 [MS-WMF] 第 2.2.2.16 节,指定点的数组。