Classe EmfPlusPathPointTypeRle

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

NameDescription
EmfPlusPathPointTypeRle()Initialise une nouvelle instance de la classe EmfPlusPathPointTypeRle

Properties

NameTypeAccessDescription
bezierboolr/wObtient ou définit une valeur indiquant si ce EmfPlusPathPointTypeRle est une courbe de Bézier.
Si défini, les points du chemin sont sur une courbe de Bézier.
Si non défini, les points du chemin sont sur une ligne graphique.
donnéesintr/wObtient ou définit les données.
point_typeEmfPlusPathPointTyper/wObtient ou définit le type du point.
PointType (1 octet) : un objet EmfPlusPathPointType
(section 2.2.2.31) qui spécifie le type à associer aux points du chemin.
run_countSystem.Byter/wObtient ou définit le nombre d’exécutions.
RunCount (6 bits) : le nombre d’exécutions, qui correspond au nombre de points du chemin
à associer au type dans le champ PointType.

Constructor: EmfPlusPathPointTypeRle()

 EmfPlusPathPointTypeRle() 

Initialise une nouvelle instance de la classe EmfPlusPathPointTypeRle