public final class EmfSetWindowExtEx extends EmfStateRecordType
The EMR_SETWINDOWEXTEX record defines the window extent.
Constructor and Description |
---|
EmfSetWindowExtEx()
Initializes a new instance of the
EmfSetWindowExtEx class. |
EmfSetWindowExtEx(EmfRecord source)
Initializes a new instance of the
EmfSetWindowExtEx class. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public EmfSetWindowExtEx(EmfRecord source)
Initializes a new instance of the EmfSetWindowExtEx
class.
source
- The source.public EmfSetWindowExtEx()
Initializes a new instance of the EmfSetWindowExtEx
class.
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.
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.