EmfSetBkMode Classe

Summary: The EMR_SETBKMODE record specifies the background mix mode of the playback device context.
The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.

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

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

Inheritance: EmfStateRecordType

Constructors

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

Properties

NameTypeAccessDescription
background_modeEmfBackgroundModer/wObtient ou définit un entier non signé de 32 bits qui spécifie le mode d’arrière-plan
et DOIT appartenir à l’énumération BackgroundMode (section 2.1.4).
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: EmfSetBkMode()

 EmfSetBkMode() 

Initialise une nouvelle instance de la classe EmfSetBkMode.

Constructor: EmfSetBkMode(source)

 EmfSetBkMode(source) 

Initialise une nouvelle instance de la classe EmfSetBkMode.

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