public class EmfSetViewportExtEx extends EmfStateRecordType
The EMR_SETVIEWPORTEXTEX record defines the viewport extent.
Constructor and Description |
---|
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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfSetViewportExtEx(EmfRecord source)
Initializes a new instance of the EmfSetViewportExtEx
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.