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 poly polyshape.
الطرق
| طريقة | الوصف |
|---|---|
| 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:
| معامل | نوع | الوصف |
|---|---|---|
| value | Point[] | مصفوفة من كائنات WMF PointS، المحددة في [MS-WMF] القسم 2.2.2.16، والتي تحدد مصفوفة النقاط. |