Class EmfInvertRgn
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
EmfRecordThe 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
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; }