Table of Contents

Class EmfInvertRgn

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

The EMR_INVERTRGN record inverts the colors in the specified region.

public sealed class EmfInvertRgn : EmfStateRecordType
Inheritance
EmfInvertRgn
Inherited Members

Constructors

EmfInvertRgn(EmfRecord)

Initializes a new instance of the EmfInvertRgn class.

public EmfInvertRgn(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Bounds

Gets or sets a 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

RgnData

Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units.

public byte[] RgnData { get; set; }

Property Value

byte[]

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