EmfEllipse Klasse
Inhalt
[
Ausblenden
]Summary: The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified
bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfEllipse
Inheritance: EmfDrawingRecordType
Constructors
| Name | Beschreibung |
|---|---|
| EmfEllipse() | Initialisiert eine neue Instanz der EmfEllipse Klasse. |
| EmfEllipse(source) | Initialisiert eine neue Instanz der EmfEllipse Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| box | Rectangle | r/w | Liest oder setzt ein 128‑Bit‑(WMF) RectL‑Objekt, das in [MS-WMF] Abschnitt 2.2.2.19 angegeben ist und das inklusiv‑inklusiv begrenzende Rechteck definiert. |
| size | int | r/w | Liest oder setzt die Größe des Datensatzes |
| type | EmfRecordType | r/w | Ruft ab oder legt den Typ fest. |
Methods
| Name | Beschreibung |
|---|---|
| create_from_record(source) | Initialisiert eine neue Instanz der EmfRecord Klasse. |
| create_from_type(type) | Initialisiert eine neue Instanz der EmfRecord Klasse. |
Constructor: EmfEllipse()
EmfEllipse()
Initialisiert eine neue Instanz der EmfEllipse Klasse.
Constructor: EmfEllipse(source)
EmfEllipse(source)
Initialisiert eine neue Instanz der EmfEllipse Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | EmfRecord | Die Quelle. |
Method: create_from_record(source) [static]
create_from_record(source)
Initialisiert eine neue Instanz der EmfRecord Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | EmfRecord | Die Quelle. |
Returns
| Typ | Beschreibung |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initialisiert eine neue Instanz der EmfRecord Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| type | EmfRecordType | Der Datensatztyp. |
Returns
| Typ | Beschreibung |
|---|---|
| EmfRecord |