Classe EmfSetWindowOrgEx

Summary: The EMR_SETWINDOWORGEX record defines the window origin.

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

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

Inheritance: EmfStateRecordType

Constructors

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

Properties

NameTypeAccessDescription
originPointr/wObtient ou définit un objet WMF PointL de 64 bits ([MS-WMF] section 2.2.2.15) qui spécifie le
point d’origine horizontal et vertical de la fenêtre en unités logiques.
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: EmfSetWindowOrgEx()

 EmfSetWindowOrgEx() 

Initialise une nouvelle instance de la classe EmfSetWindowOrgEx.

Constructor: EmfSetWindowOrgEx(source)

 EmfSetWindowOrgEx(source) 

Initialise une nouvelle instance de la classe EmfSetWindowOrgEx.

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