Class WmfPaintRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context.
public class WmfPaintRegion : WmfObject
- Inheritance
-
WmfPaintRegion
- Inherited Members
Constructors
WmfPaintRegion()
Initializes a new instance of the WmfSelectClipRegion class.
public WmfPaintRegion()
WmfPaintRegion(WmfGraphicObject)
Initializes a new instance of the WmfSelectClipRegion class.
public WmfPaintRegion(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.