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

Base EMF poly shape class.

Methods

MethodDescription
getAPoints()Gets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.
setAPoints(Point[] value)Sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.

getAPoints()

public final Point[] getAPoints()

Gets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.

Returns: com.aspose.imaging.Point[] - an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.

setAPoints(Point[] value)

public final void setAPoints(Point[] value)

Sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.

Parameters:

ParameterTypeDescription
valuePoint[]an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.