public final class EmfFrameRgn extends EmfDrawingRecordType
The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
Constructor and Description |
---|
EmfFrameRgn()
Initializes a new instance of the
EmfFrameRgn class. |
EmfFrameRgn(EmfRecord source)
Initializes a new instance of the
EmfFrameRgn class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
int |
getHeight()
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush
stroke, in logical units.
|
int |
getIhBrush()
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
|
EmfRegionData |
getRgnData()
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object,
in logical units
|
int |
getRgnDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
|
int |
getWidth()
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
|
void |
setBounds(Rectangle value)
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
void |
setHeight(int value)
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush
stroke, in logical units.
|
void |
setIhBrush(int value)
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
|
void |
setRgnData(EmfRegionData value)
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object,
in logical units
|
void |
setRgnDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
|
void |
setWidth(int value)
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
|
public EmfFrameRgn(EmfRecord source)
Initializes a new instance of the EmfFrameRgn
class.
source
- The source.public EmfFrameRgn()
Initializes a new instance of the EmfFrameRgn
class.
public Rectangle getBounds()
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public void setBounds(Rectangle value)
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public int getRgnDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public void setRgnDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public int getIhBrush()
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
public void setIhBrush(int value)
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
public int getWidth()
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
public void setWidth(int value)
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
public int getHeight()
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units.
public void setHeight(int value)
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units.
public EmfRegionData getRgnData()
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units
public void setRgnData(EmfRegionData value)
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units