EmfPolylineTo16 Sınıfı
İçindekiler
[
Saklamak
]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 | Açıklama |
|---|---|
| EmfPolylineTo16() | Yeni bir EmfPolylineTo16 sınıfının bir örneğini başlatır. |
| EmfPolylineTo16(source) | Yeni bir EmfPolylineTo16 sınıfının bir örneğini başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| a_points | Point[] | r/w | Mantıksal birimlerde nokta verilerini belirten WMF PointL nesnelerinin bir dizisini ([MS-WMF] bölüm 2.2.2.15) alır veya ayarlar. |
| bounds | Rectangle | r/w | 128-bit WMF RectL nesnesini alır veya ayarlar ([MS-WMF] bölüm 2.2.2.19) ve aygıt birimlerinde sınırlayıcı dikdörtgeni belirtir. |
| size | int | r/w | Kaydın boyutunu alır veya ayarlar |
| type | EmfRecordType | r/w | Türü alır veya ayarlar. |
Methods
| Name | Açıklama |
|---|---|
| create_from_record(source) | Yeni bir EmfRecord sınıfı örneği başlatır. |
| create_from_type(type) | Yeni bir EmfRecord sınıfı örneği başlatır. |
Constructor: EmfPolylineTo16()
EmfPolylineTo16()
Yeni bir EmfPolylineTo16 sınıfının bir örneğini başlatır.
Constructor: EmfPolylineTo16(source)
EmfPolylineTo16(source)
Yeni bir EmfPolylineTo16 sınıfının bir örneğini başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| source | EmfRecord | Kaynak. |
Method: create_from_record(source) [static]
create_from_record(source)
Yeni bir EmfRecord sınıfı örneği başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| source | EmfRecord | Kaynak. |
Returns
| Tür | Açıklama |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Yeni bir EmfRecord sınıfı örneği başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| type | EmfRecordType | Kayıt türü. |
Returns
| Tür | Açıklama |
|---|---|
| EmfRecord |