فئة EmfPolylineTo16
محتويات
[
يخفي
]Summary: The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.
A line is drawn from the current position to the first point specified by the aPoints field by using the
current pen. For each additional line, drawing is performed from the ending point of the previous
line to the next point specified by aPoints.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolylineTo16
Inheritance: EmfPolyShape
Constructors
| Name | الوصف |
|---|---|
| EmfPolylineTo16() | يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16 |
| EmfPolylineTo16(source) | يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16 |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| a_points | Point[] | r/w | يحصل أو يعيّن مصفوفة من كائنات WMF PointL ([MS-WMF] القسم 2.2.2.15) التي تحدد بيانات النقاط، بوحدات منطقية. |
| bounds | Rectangle | r/w | يحصل أو يعيّن كائن WMF RectL بحجم 128 بت ([MS-WMF] القسم 2.2.2.19) الذي يحدد المستطيل الحدّي، بوحدات الجهاز. |
| الحجم | int | r/w | يحصل أو يعيّن حجم السجل |
| type | EmfRecordType | r/w | يحصل أو يحدد النوع. |
Methods
| Name | الوصف |
|---|---|
| create_from_record(source) | ينشئ مثيلًا جديدًا من الفئة EmfRecord. |
| create_from_type(type) | ينشئ مثيلًا جديدًا من الفئة EmfRecord. |
Constructor: EmfPolylineTo16()
EmfPolylineTo16()
يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16
Constructor: EmfPolylineTo16(source)
EmfPolylineTo16(source)
يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| source | EmfRecord | المصدر. |
Method: create_from_record(source) [static]
create_from_record(source)
ينشئ مثيلًا جديدًا من الفئة EmfRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| source | EmfRecord | المصدر. |
Returns
| نوع | الوصف |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
ينشئ مثيلًا جديدًا من الفئة EmfRecord.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| type | EmfRecordType | نوع السجل. |
Returns
| نوع | الوصف |
|---|---|
| EmfRecord |