EmfSelectClipPath Sınıfı
İçindekiler
[
Saklamak
]Summary: The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback
device context, combining the new region with any existing clipping region using the specified mode.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSelectClipPath
Inheritance: EmfClippingRecordType
Constructors
| Name | Açıklama |
|---|---|
| EmfSelectClipPath() | Yeni bir EmfSelectClipPath sınıfının bir örneğini başlatır. |
| EmfSelectClipPath(source) | Yeni bir EmfSelectClipPath sınıfının bir örneğini başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| region_mode | EmfRegionMode | r/w | Yolu kullanma şeklini belirten 32 bit işaretsiz bir tam sayıyı alır veya ayarlar. Değer RegionMode numaralandırmasında (bölüm 2.1.29) olmalıdır. |
| 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: EmfSelectClipPath()
EmfSelectClipPath()
Yeni bir EmfSelectClipPath sınıfının bir örneğini başlatır.
Constructor: EmfSelectClipPath(source)
EmfSelectClipPath(source)
Yeni bir EmfSelectClipPath 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 |