EmfPlusPathPointTypeRle Classe
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 | Descrizione |
|---|---|
| EmfPlusPathPointTypeRle() | Inizializza una nuova istanza della classe EmfPlusPathPointTypeRle |
Properties
| Name | Type | Access | Descrizione |
|---|---|---|---|
| bezier | bool | r/w | Ottiene o imposta un valore che indica se questo EmfPlusPathPointTypeRle è bezier. Se impostato, i punti del percorso sono su una curva Bezier. Se non impostato, i punti del percorso sono su una linea grafica. |
| dati | int | r/w | Ottiene o imposta i dati. |
| point_type | EmfPlusPathPointType | r/w | Ottiene o imposta il tipo del punto. PointType (1 byte): Un oggetto EmfPlusPathPointType (sezione 2.2.2.31) che specifica il tipo da associare ai punti del percorso. |
| run_count | System.Byte | r/w | Ottiene o imposta il conteggio della sequenza. RunCount (6 bit): Il conteggio della sequenza, che è il numero di punti del percorso da associare al tipo nel campo PointType. |
Constructor: EmfPlusPathPointTypeRle()
EmfPlusPathPointTypeRle()
Inizializza una nuova istanza della classe EmfPlusPathPointTypeRle