Class WmfInvertRegion
Class WmfInvertRegion
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The META_INVERTREGION record draws a region in which the colors are inverted.
public class WmfInvertRegion : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfInvertRegion
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfInvertRegion(WmfGraphicObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfInvertRegion class.
public WmfInvertRegion(WmfGraphicObject region)
Parameters
region
WmfGraphicObject
The region.
WmfInvertRegion()
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfInvertRegion class.
public WmfInvertRegion()
Properties
RegionIndex
Gets or sets the index of the region.
public int RegionIndex { get; set; }