Table of Contents

Class EmfFrameRgn

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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 EmfRecord

The 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

Rectangle

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

int

IhBrush

Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.

public int IhBrush { get; set; }

Property Value

int

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

EmfRegionData

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

int

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; }

Property Value

int