Class EmfFrameRgn
The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
public sealed class EmfFrameRgn : EmfDrawingRecordType
- Inheritance
-
EmfFrameRgn
- Inherited Members
Constructors
EmfFrameRgn()
Initializes a new instance of the EmfFrameRgn class.
public EmfFrameRgn()
EmfFrameRgn(EmfRecord)
Initializes a new instance of the EmfFrameRgn class.
public EmfFrameRgn(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Bounds
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Rectangle Bounds { get; set; }
Property Value
Height
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units.
public int Height { get; set; }
Property Value
IhBrush
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
public int IhBrush { get; set; }
Property Value
RgnData
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units
public EmfRegionData RgnData { get; set; }
Property Value
RgnDataSize
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public int RgnDataSize { get; set; }
Property Value
Width
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
public int Width { get; set; }