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

base EMF poly polyshape class.

Methods

MethodDescription
getAPoints()Gets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.
setAPoints(Point[][] value)Sets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.

getAPoints()

public final Point[][] getAPoints()

Gets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.

Returns: com.aspose.imaging.Point[][] - an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.

setAPoints(Point[][] value)

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

Sets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.

Parameters:

ParameterTypeDescription
valuePoint[]an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.