Class WmfPaintRegion
Class WmfPaintRegion
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← WmfObject ← WmfPaintRegion
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfPaintRegion()
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectClipRegion class.
public WmfPaintRegion()
WmfPaintRegion(WmfGraphicObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectClipRegion class.
public WmfPaintRegion(WmfGraphicObject region)
Parameters
region
WmfGraphicObject
The region.
Properties
RegionIndex
Gets or sets the index of the region.
public int RegionIndex { get; set; }