public abstract class EmfPolyShape extends EmfBoundedRecord
Base EMF poly shape class.
| Modifier and Type | Method and Description |
|---|---|
Point[] |
getAPoints()
Gets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.
|
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.
|
getBounds, setBoundspublic 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.
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.
value - an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.