Classe EmfFillPath

Summary: The EMR_FILLPATH record closes any open figures in the current path and fills the path’s interior by
using the current brush and polygon-filling mode.

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

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfFillPath

Inheritance: EmfDrawingRecordType

Constructors

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

Properties

NameTypeAccessDescription
boundsRectangler/wObtient ou définit un objet WMF RectL de 128 bits, spécifié dans [MS-WMF] section 2.2.2.19,
qui spécifie le rectangle englobant, en unités de dispositif.
sizeintr/wObtient ou définit la taille de l’enregistrement
typeEmfRecordTyper/wObtient ou définit le type.

Methods

NameDescription
create_from_record(source)Initialise une nouvelle instance de la classe EmfRecord.
create_from_type(type)Initialise une nouvelle instance de la classe EmfRecord.

Constructor: EmfFillPath()

 EmfFillPath() 

Initialise une nouvelle instance de la classe EmfFillPath.

Constructor: EmfFillPath(source)

 EmfFillPath(source) 

Initialise une nouvelle instance de la classe EmfFillPath.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
typeEmfRecordTypeLe type d’enregistrement.

Returns

TypeDescription
EmfRecord