EmfSetWindowExtEx

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetWindowExtEx extends EmfStateRecordType

The EMR_SETWINDOWEXTEX record defines the window extent.

Constructors

ConstructorDescription
EmfSetWindowExtEx(EmfRecord source)Initializes a new instance of the EmfSetWindowExtEx class.
EmfSetWindowExtEx()Initializes a new instance of the EmfSetWindowExtEx class.

Methods

MethodDescription
getExtent()Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.
setExtent(Size value)Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.

EmfSetWindowExtEx(EmfRecord source)

public EmfSetWindowExtEx(EmfRecord source)

Initializes a new instance of the EmfSetWindowExtEx class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSetWindowExtEx()

public EmfSetWindowExtEx()

Initializes a new instance of the EmfSetWindowExtEx class.

getExtent()

public Size getExtent()

Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.

Returns: Size

setExtent(Size value)

public void setExtent(Size value)

Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.

Parameters:

ParameterTypeDescription
valueSize