WmfInvertRegion Class
Summary: The META_INVERTREGION record draws a region in which the colors are
inverted.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfInvertRegion
Inheritance: WmfObject
Constructors
| Name | Description |
|---|---|
| WmfInvertRegion() | Initializes a new instance of the WmfInvertRegion class. |
| WmfInvertRegion(region) | Initializes a new instance of the WmfInvertRegion class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| region_index | int | r/w | Gets or sets the index of the region. |
Constructor: WmfInvertRegion()
WmfInvertRegion()
Initializes a new instance of the WmfInvertRegion class.
Constructor: WmfInvertRegion(region)
WmfInvertRegion(region)
Initializes a new instance of the WmfInvertRegion class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| region | WmfGraphicObject | The region. |