EmfPolylineTo16
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, com.aspose.imaging.fileformats.emf.emf.records.EmfPolyShape
public final class EmfPolylineTo16 extends EmfPolyShape
سجل EMR_POLYLINETO16 يحدد خطًا واحدًا أو أكثر مستقيمًا استنادًا إلى الموضع الحالي. يتم رسم خط من الموضع الحالي إلى أول نقطة يحددها حقل aPoints باستخدام القلم الحالي. لكل خط إضافي، يتم الرسم من نقطة النهاية للخط السابق إلى النقطة التالية المحددة بواسطة aPoints.
المنشئات
| المنشئ | الوصف |
|---|---|
| EmfPolylineTo16(EmfRecord source) | يقوم بتهيئة نسخة جديدة من الفئة EmfPolylineTo16. |
| EmfPolylineTo16() | يقوم بتهيئة نسخة جديدة من الفئة EmfPolylineTo16. |
EmfPolylineTo16(EmfRecord source)
public EmfPolylineTo16(EmfRecord source)
يقوم بتهيئة نسخة جديدة من الفئة EmfPolylineTo16.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| source | EmfRecord | المصدر. |
EmfPolylineTo16()
public EmfPolylineTo16()
يقوم بتهيئة نسخة جديدة من الفئة EmfPolylineTo16.