EmfPlusFillPath Classe

Summary: Fill path record
FLAGS:
16-bit unsigned integer that provides information about how the operation is to be performed,
and about the structure of the record.
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
S X X X X X X X | ObjectId |
S (1 bit): This bit indicates the type of data in the BrushId field.
If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table.
X (1 bit): Reserved and MUST be ignored.
ObjectId (1 byte): The index of the EmfPlusPath object (section 2.2.1.6) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive.

Module: aspose.imaging.fileformats.emf.emfplus.records

Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusFillPath

Inheritance: EmfPlusDrawingRecordType

Constructors

NameDescription
EmfPlusFillPath(source)Initialise une nouvelle instance de la classe EmfPlusFillPath.

Properties

NameTypeAccessDescription
brush_idintr/wObtient ou définit l’ID du pinceau
Un entier non signé de 32 bits qui définit le pinceau, le contenu dont la détermination dépend du bit S dans le champ Flags.
data_sizeintr/wObtient ou définit un entier non signé de 32 bits qui DOIT définir le nombre aligné sur 32 bits de
octets de données dans le champ RecordData qui suit. Ce nombre n’inclut pas l’en-tête d’enregistrement de 12 octets.
flagsintr/wObtient ou définit un entier non signé de 16 bits qui contient des informations pour certains enregistrements sur la façon dont
l’opération doit être effectuée et sur la structure de l’enregistrement.
is_colorboolr/wObtient ou définit une valeur indiquant si cette instance est une couleur.
Si définie, BrushId spécifie une couleur sous forme d’un objet EmfPlusARGB (section 2.2.2.1). Si non définie,
BrushId contient l’index d’un objet EmfPlusBrush (section 2.2.1.1) dans la table d’objets EMF+.
object_idSystem.Byter/wObtient ou définit l’identifiant de l’objet.
L’index de l’objet EmfPlusPath (section 2.2.1.6) à remplir, dans la
table d’objets EMF+. La valeur DOIT être comprise entre 0 et 63, inclus.
sizeintr/wObtient ou définit un entier non signé de 32 bits qui spécifie le nombre aligné sur 32 bits d’octets
dans l’enregistrement complet, y compris l’en-tête d’enregistrement de 12 octets et les données spécifiques à l’enregistrement.
typeEmfPlusRecordTyperObtient un entier non signé de 16 bits qui identifie le type d’enregistrement.

Constructor: EmfPlusFillPath(source)

 EmfPlusFillPath(source) 

Initialise une nouvelle instance de la classe EmfPlusFillPath.

Parameters:

ParamètreTypeDescription
sourceEmfPlusRecordLa source.