EmfScaleWindowExtex Class

Summary: The EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by
using the ratios formed by the specified multiplicands and divisors.

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

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

Inheritance: EmfStateRecordType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfScaleWindowExtex()Initializes a new instance of the EmfScaleWindowExtex class.
EmfScaleWindowExtex(source)Initializes a new instance of the EmfScaleWindowExtex class.

Properties

NameTypeAccessDescription
sizeintr/wGets or sets the size of the record
typeEmfRecordTyper/wGets or sets the type.
x_denomintr/wGets or sets a 32-bit signed integer that specifies the horizontal divisor. MUST NOT be zero.
x_numintr/wGets or sets a 32-bit signed integer that specifies the horizontal multiplicand. MUST NOT be zero.
y_denomintr/wGets or sets a 32-bit signed integer that specifies the vertical divisor. MUST NOT be zero.
y_numintr/wGets or sets a 32-bit signed integer that specifies the vertical multiplicand. MUST NOT be zero.

Methods

NameDescription
create_from_record(source)Initializes a new instance of the EmfRecord class.
create_from_type(type)Initializes a new instance of the EmfRecord class.

Constructor: EmfScaleWindowExtex()

 EmfScaleWindowExtex() 

Initializes a new instance of the EmfScaleWindowExtex class.

Constructor: EmfScaleWindowExtex(source)

 EmfScaleWindowExtex(source) 

Initializes a new instance of the EmfScaleWindowExtex class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
typeEmfRecordTypeThe record type.

Returns

TypeDescription
EmfRecord