فئة 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

NameTypeAccessالوصف
a_pointsPoint[]r/wيحصل أو يعيّن مصفوفة من كائنات WMF PointL ([MS-WMF] القسم 2.2.2.15) التي تحدد بيانات النقاط، بوحدات منطقية.
boundsRectangler/wيحصل أو يعيّن كائن WMF RectL بحجم 128 بت ([MS-WMF] القسم 2.2.2.19) الذي يحدد المستطيل الحدّي، بوحدات الجهاز.
الحجمintr/wيحصل أو يعيّن حجم السجل
typeEmfRecordTyper/wيحصل أو يحدد النوع.

Methods

Nameالوصف
create_from_record(source)ينشئ مثيلًا جديدًا من الفئة EmfRecord.
create_from_type(type)ينشئ مثيلًا جديدًا من الفئة EmfRecord.

Constructor: EmfPolylineTo16()

 EmfPolylineTo16() 

يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16

Constructor: EmfPolylineTo16(source)

 EmfPolylineTo16(source) 

يُهيئ مثيلًا جديدًا من الفئة EmfPolylineTo16

Parameters:

معاملنوعالوصف
sourceEmfRecordالمصدر.

Method: create_from_record(source) [static]

 create_from_record(source) 

ينشئ مثيلًا جديدًا من الفئة EmfRecord.

Parameters:

معاملنوعالوصف
sourceEmfRecordالمصدر.

Returns

نوعالوصف
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

ينشئ مثيلًا جديدًا من الفئة EmfRecord.

Parameters:

معاملنوعالوصف
typeEmfRecordTypeنوع السجل.

Returns

نوعالوصف
EmfRecord