public abstract class EmfPolyPolyShape extends EmfBoundedRecord
base EMF poly polyshape class.
| Modifier and Type | Method and Description |
|---|---|
Point[][] |
getAPoints()
Gets an array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
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.
|
getBounds, setBoundspublic 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.
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.
value - an array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.