EmfSetMetaRgn Sınıf
İçindekiler
[
Saklamak
]Summary: Inter sets the current meta region with the current clipping region
to form a new meta region for the playback device context. The
current clipping region SHOULD be reset to null.
This EMF record specifies no parameters.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetMetaRgn
Inheritance: EmfClippingRecordType
Constructors
| Name | Açıklama |
|---|---|
| EmfSetMetaRgn(source) | Yeni bir örnek başlatır ve EmfSetMetaRgn sınıfını oluşturur. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| 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: EmfSetMetaRgn(source)
EmfSetMetaRgn(source)
Yeni bir örnek başlatır ve EmfSetMetaRgn sınıfını oluşturur.
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 |