Class WmfInvertRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_INVERTREGION record draws a region in which the colors are inverted.
public class WmfInvertRegion : WmfObject
- Inheritance
-
WmfInvertRegion
- Inherited Members
Constructors
WmfInvertRegion()
Initializes a new instance of the WmfInvertRegion class.
public WmfInvertRegion()
WmfInvertRegion(WmfGraphicObject)
Initializes a new instance of the WmfInvertRegion class.
public WmfInvertRegion(WmfGraphicObject region)
Parameters
region
WmfGraphicObjectThe region.
Properties
RegionIndex
Gets or sets the index of the region.
public int RegionIndex { get; set; }
Property Value
- int
The index of the region.