EmfFrameRgn

EmfFrameRgn class

The EMR_FRAMERGN record draws a border around the specified region using the specified brush.

public sealed class EmfFrameRgn : EmfDrawingRecordType

Constructors

NameDescription
EmfFrameRgn()Initializes a new instance of the EmfFrameRgn class.
EmfFrameRgn(EmfRecord)Initializes a new instance of the EmfFrameRgn class.

Properties

NameDescription
Bounds { get; set; }Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
Height { get; set; }Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units.
IhBrush { get; set; }Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
RgnData { get; set; }Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units
RgnDataSize { get; set; }Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.
Width { get; set; }Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.

See Also