public final class EmfSetViewportExtEx extends EmfStateRecordType
The EMR_SETVIEWPORTEXTEX record defines the viewport extent.
Constructor and Description |
---|
EmfSetViewportExtEx()
Initializes a new instance of the
EmfSetViewportExtEx class. |
EmfSetViewportExtEx(EmfRecord source)
Initializes a new instance of the
EmfSetViewportExtEx 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 device 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 device units.
|
public EmfSetViewportExtEx(EmfRecord source)
Initializes a new instance of the EmfSetViewportExtEx
class.
source
- The source.public EmfSetViewportExtEx()
Initializes a new instance of the EmfSetViewportExtEx
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 device 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 device units.