EmfSetWindowExtEx
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfSetWindowExtEx(EmfRecord source) | Initializes a new instance of the EmfSetWindowExtEx class. |
EmfSetWindowExtEx() | Initializes a new instance of the EmfSetWindowExtEx class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | Size |