EmfPlusPathPointTypeRle Klasse
Summary: The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression.
0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1
B|1|RunCount | PointType |
B (1 bit): If set, the path points are on a Bezier curve.
If clear, the path points are on a graphics line.
RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field.
PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusPathPointTypeRle
Inheritance: EmfPlusBasePointType
Constructors
| Name | Beschreibung |
|---|---|
| EmfPlusPathPointTypeRle() | Initialisiert eine neue Instanz der EmfPlusPathPointTypeRle Klasse |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| bezier | bool | r/w | Liest oder setzt einen Wert, der angibt, ob dieses EmfPlusPathPointTypeRle ein Bezier ist. Wenn gesetzt, liegen die Pfadpunkte auf einer Bézierkurve. Wenn nicht gesetzt, liegen die Pfadpunkte auf einer Grafiklinie. |
| Daten | int | r/w | Liest oder setzt die Daten. |
| point_type | EmfPlusPathPointType | r/w | Liest oder setzt den Typ des Punktes. PointType (1 Byte): Ein EmfPlusPathPointType-Objekt (Abschnitt 2.2.2.31) das den Typ angibt, der den Pfadpunkten zugeordnet werden soll. |
| run_count | System.Byte | r/w | Liest oder setzt die Laufanzahl. RunCount (6 Bits): Die Laufanzahl, die die Anzahl der Pfad Punkte angibt, die dem Typ im PointType-Feld zugeordnet werden. |
Constructor: EmfPlusPathPointTypeRle()
EmfPlusPathPointTypeRle()
Initialisiert eine neue Instanz der EmfPlusPathPointTypeRle Klasse