EmfInvertRgn

EmfInvertRgn class

The EMR_INVERTRGN record inverts the colors in the specified region.

public sealed class EmfInvertRgn : EmfStateRecordType

Constructors

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

Properties

NameDescription
Bounds { get; set; }Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
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.

See Also