Classe EmfSetMapMode

Summary: The EMR_SETMAPMODE record specifies the mapping mode of the playback device context.
The mapping mode specifies the unit of measure used to transform page space units
into device space units, and also specifies the orientation of the device’s x-axis and y-axis.

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

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

Inheritance: EmfRecord

Constructors

NameDescription
EmfSetMapMode()Initialise une nouvelle instance de la classe EmfSetMapMode.
EmfSetMapMode(record)Initialise une nouvelle instance de la classe EmfSetMapMode.

Properties

NameTypeAccessDescription
map_modeEmfMapModer/wObtient ou définit le mode de carte.
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: EmfSetMapMode()

 EmfSetMapMode() 

Initialise une nouvelle instance de la classe EmfSetMapMode.

Constructor: EmfSetMapMode(record)

 EmfSetMapMode(record) 

Initialise une nouvelle instance de la classe EmfSetMapMode.

Parameters:

ParamètreTypeDescription
recordEmfRecordL’enregistrement.

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